| Interface | Description |
|---|---|
| EventHub.Handle |
A handle to an attached Consumer.
|
| Class | Description |
|---|---|
| EventHub |
A central switching hub for Events.
|
| Annotation Type | Description |
|---|---|
| Event |
Annotates a method of an interface that will deliver an Event.
|
| EventHandler |
Annotates a method that will handle an Event.
|
| Events |
Defines a category of events, methods in the interface are individual events.
|