C# 클래스 Bridge.React.AppDispatcher

상속: IDispatcher
파일 보기 프로젝트 열기: ProductiveRage/Bridge.React

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Dispatch ( Bridge.React.DispatcherMessage message ) : void

메소드 상세

AppDispatcher() 공개 메소드

public AppDispatcher ( ) : System
리턴 System

HandleServerAction() 공개 메소드

public HandleServerAction ( IDispatcherAction action ) : void
action IDispatcherAction
리턴 void

HandleViewAction() 공개 메소드

public HandleViewAction ( IDispatcherAction action ) : void
action IDispatcherAction
리턴 void

Register() 공개 메소드

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