C# Class Robotlegs.Base.ContextBase

Inheritance: IContext, IEventDispatcher
Mostra file Open project: tekool/silverlight-robotlegs-framework

Protected Properties

Property Type Description
_eventDispatcher IEventDispatcher
_injector IInjector
_reflector IReflector

Public Methods

Method Description
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

Method Details

AddEventListener() public method

public AddEventListener ( string type, Action listener ) : void
type string
listener Action
return void

ContextBase() public method

public ContextBase ( ) : System
return System

DispatchEvent() public method

public DispatchEvent ( Event e ) : bool
e Event
return bool

HasEventListener() public method

public HasEventListener ( string type ) : bool
type string
return bool

RemoveEventListener() public method

public RemoveEventListener ( string type, Action listener ) : void
type string
listener Action
return void

WillTrigger() public method

public WillTrigger ( string type ) : bool
type string
return bool

Property Details

_eventDispatcher protected_oe property

protected IEventDispatcher _eventDispatcher
return IEventDispatcher

_injector protected_oe property

protected IInjector _injector
return IInjector

_reflector protected_oe property

protected IReflector _reflector
return IReflector