C# Class Bridge.React.AppDispatcher

Inheritance: IDispatcher
ファイルを表示 Open project: ProductiveRage/Bridge.React

Public Methods

Method Description
AppDispatcher ( ) : System
HandleServerAction ( IDispatcherAction action ) : void
HandleViewAction ( IDispatcherAction action ) : void
Register ( Action callback ) : void

Actions will sent to each receiver in the same order as which the receivers called Register

Private Methods

Method Description
Dispatch ( Bridge.React.DispatcherMessage message ) : void

Method Details

AppDispatcher() public method

public AppDispatcher ( ) : System
return System

HandleServerAction() public method

public HandleServerAction ( IDispatcherAction action ) : void
action IDispatcherAction
return void

HandleViewAction() public method

public HandleViewAction ( IDispatcherAction action ) : void
action IDispatcherAction
return void

Register() public method

Actions will sent to each receiver in the same order as which the receivers called Register
public Register ( Action callback ) : void
callback Action
return void