C# Class Robotlegs.Base.ContextBase

Inheritance: IContext, IEventDispatcher
Afficher le fichier Open project: tekool/silverlight-robotlegs-framework

Protected Properties

Свойство Type Description
_eventDispatcher IEventDispatcher
_injector IInjector
_reflector IReflector

Méthodes publiques

Méthode 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 méthode

public AddEventListener ( string type, Action listener ) : void
type string
listener Action
Résultat void

ContextBase() public méthode

public ContextBase ( ) : System
Résultat System

DispatchEvent() public méthode

public DispatchEvent ( Event e ) : bool
e Event
Résultat bool

HasEventListener() public méthode

public HasEventListener ( string type ) : bool
type string
Résultat bool

RemoveEventListener() public méthode

public RemoveEventListener ( string type, Action listener ) : void
type string
listener Action
Résultat void

WillTrigger() public méthode

public WillTrigger ( string type ) : bool
type string
Résultat bool

Property Details

_eventDispatcher protected_oe property

protected IEventDispatcher _eventDispatcher
Résultat IEventDispatcher

_injector protected_oe property

protected IInjector _injector
Résultat IInjector

_reflector protected_oe property

protected IReflector _reflector
Résultat IReflector