| Interface | Description |
|---|---|
| IEventFilter |
An interface to filter events before they are registered/called.
|
| IExceptionHandler |
An interface to handle all exceptions thrown by event handlers.
|
| IGenerator |
The generator interface for the
AHandler implementations. |
| Class | Description |
|---|---|
| AHandler |
The abstract handler class generated by an
IGenerator implementation. |
| LambdaManager |
| Enum | Description |
|---|---|
| IEventFilter.CheckType |
| 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.
|