C# 클래스 Robotlegs.Base.EventDispatcher

상속: IEventDispatcher
파일 보기 프로젝트 열기: tekool/silverlight-robotlegs-framework 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
eventTypeMap Dictionary,int>>
target IEventDispatcher

공개 메소드들

메소드 설명
AddEventListener ( string type, Action listener ) : void
DispatchEvent ( Event e ) : bool
EventDispatcher ( IEventDispatcher target ) : System
HasEventListener ( string type ) : bool
RemoveEventListener ( string type, Action listener ) : void
WillTrigger ( string type ) : bool

비공개 메소드들

메소드 설명
EventDispatcher ( ) : System

메소드 상세

AddEventListener() 공개 메소드

public AddEventListener ( string type, Action listener ) : void
type string
listener Action
리턴 void

DispatchEvent() 공개 메소드

public DispatchEvent ( Event e ) : bool
e Event
리턴 bool

EventDispatcher() 공개 메소드

public EventDispatcher ( IEventDispatcher target ) : System
target IEventDispatcher
리턴 System

HasEventListener() 공개 메소드

public HasEventListener ( string type ) : bool
type string
리턴 bool

RemoveEventListener() 공개 메소드

public RemoveEventListener ( string type, Action listener ) : void
type string
listener Action
리턴 void

WillTrigger() 공개 메소드

public WillTrigger ( string type ) : bool
type string
리턴 bool

프로퍼티 상세

eventTypeMap 보호되어 있는 프로퍼티

protected Dictionary,int>> eventTypeMap
리턴 Dictionary,int>>

target 보호되어 있는 프로퍼티

protected IEventDispatcher target
리턴 IEventDispatcher