public interface GListener
| Modifier and Type | Method and Description |
|---|---|
void |
after(GEvent e)
Called after the event is processed.
|
void |
before(GEvent e)
Called before the event is processed.
|
void before(GEvent e) throws GException
e - event to processed.GException - in case there is a problem managing the event.void after(GEvent e) throws GException
e - processed event.GException - in case there is a problem managing the event.Copyright © 2026. All rights reserved.