Events dispatched by the framework.
| Class | Description | |
|---|---|---|
| AfterCreateEvent | This event is dispatched when an instance of RxModel has been created successfully. | |
| AfterDestroyEvent | This event is dispatched when an instance of RxModel has been destroyed successfully. | |
| AfterSaveEvent | This event is dispatched when an instance of RxModel has been created successfully. | |
| AfterUpdateEvent | This event is dispatched when an instance of RxModel has been updated successfully. | |
| CacheUpdateEvent | This event is dispatched Rx Models cache gets updated and can be used to selectively refresh data providers, etc. | |
| CommandExecutionEvent | Generic execution event (used by commands). | |
| PullEndEvent | This event is dispatched when pull synchronization has been finished | |
| PullStartEvent | This event is dispatched when pull synchronization has been finished | |
| PushEndEvent | This event is dispatched when push synchronization has been finished | |
| PushErrorEvent | This event is dispatched when there's an error during push synchronization process | |
| PushItemEvent | This event is dispatched when an RxModel instance is about to be synchronized | |
| PushStartEvent | This event is dispatched when push synchronization is about to begin | |
| RxAutoCompleteItemEvent | Dispatched by RxAutoComplete component | |
| ServerPushEvent | This event is dispatched when a new message has been pushed from the server | |
| ServiceCallStartEvent | This event is dispatched when service provider call is about to be made. | |
| ServiceCallStopEvent | This event is dispatched when the responser from the service provider has been received. | |
| ServiceErrorEvent | This event is dispatched when the service provider received an error. |