C# 클래스 Robotlegs.Base.ContextBase

상속: IContext, IEventDispatcher
파일 보기 프로젝트 열기: tekool/silverlight-robotlegs-framework

보호된 프로퍼티들

프로퍼티 타입 설명
_eventDispatcher IEventDispatcher
_injector IInjector
_reflector IReflector

공개 메소드들

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

메소드 상세

AddEventListener() 공개 메소드

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

ContextBase() 공개 메소드

public ContextBase ( ) : System
리턴 System

DispatchEvent() 공개 메소드

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

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

프로퍼티 상세

_eventDispatcher 보호되어 있는 프로퍼티

protected IEventDispatcher _eventDispatcher
리턴 IEventDispatcher

_injector 보호되어 있는 프로퍼티

protected IInjector _injector
리턴 IInjector

_reflector 보호되어 있는 프로퍼티

protected IReflector _reflector
리턴 IReflector