C# Class SharpVectors.Dom.Events.EventListenerMap

Summary description for EventListenerMap.
Exibir arquivo Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method Description
AddEventListener ( string namespaceUri, string eventType, object eventGroup, EventListener listener ) : void
FireEvent ( IEvent @event ) : void
HasEventListenerNs ( string namespaceUri, string eventType ) : bool
Lock ( ) : void
RemoveEventListener ( string namespaceUri, string eventType, EventListener listener ) : void
Unlock ( ) : void

Private Methods

Method Description
GrowBy ( int growth ) : SharpVectors.Dom.Events.EventListenerMapEntry[]

Method Details

AddEventListener() public method

public AddEventListener ( string namespaceUri, string eventType, object eventGroup, EventListener listener ) : void
namespaceUri string
eventType string
eventGroup object
listener EventListener
return void

FireEvent() public method

public FireEvent ( IEvent @event ) : void
@event IEvent
return void

HasEventListenerNs() public method

public HasEventListenerNs ( string namespaceUri, string eventType ) : bool
namespaceUri string
eventType string
return bool

Lock() public method

public Lock ( ) : void
return void

RemoveEventListener() public method

public RemoveEventListener ( string namespaceUri, string eventType, EventListener listener ) : void
namespaceUri string
eventType string
listener EventListener
return void

Unlock() public method

public Unlock ( ) : void
return void