Method | Description | |
---|---|---|
AppDispatcher ( ) : System | ||
HandleServerAction ( IDispatcherAction action ) : void | ||
HandleViewAction ( IDispatcherAction action ) : void | ||
Register ( Action |
Actions will sent to each receiver in the same order as which the receivers called Register
|
Method | Description | |
---|---|---|
Dispatch ( Bridge.React.DispatcherMessage message ) : void |
public HandleServerAction ( IDispatcherAction action ) : void | ||
action | IDispatcherAction | |
return | void |
public HandleViewAction ( IDispatcherAction action ) : void | ||
action | IDispatcherAction | |
return | void |