| Interface | Description |
|---|---|
| IGenerator |
The generator interface for the
AHandler classes |
| Class | Description |
|---|---|
| AHandler |
The abstract handler class generated by an
IGenerator implementation |
| LambdaManager |
| Exception | Description |
|---|---|
| StopCall |
Stop the execution of the event call and prevent the following handlers from being invoked
|
| Annotation Type | Description |
|---|---|
| EventHandler |
Mark a method or field as an event handler
The method can have no parameters or one parameter which is the event The field has to be a Runnable or a ConsumerIf no event parameter is specified (methods without parameter/consumer fields), EventHandler.events() has to be specified |