| Interface | Description |
|---|---|
| AfterAppEvent.AfterAppEventHandler | |
| BeforeAppEvent.BeforeAppEventHandler |
| Class | Description |
|---|---|
| AfterAppEvent | |
| AppEvent |
AppEvents are used to pass messages between
Controllers and Views. |
| BeforeAppEvent |
Fired before an app event is dispatched.
|
| Controller |
Controllers process and respond to application events. |
| Dispatcher |
Dispatchers are responsible for dispatching application events to
controllers.
|
| DispatcherListener |
Sample abstract Event handler for before/after events.
|
| View |
Views are responsible for rendering the user interface. |
Copyright © 2014. All Rights Reserved.