C# Class SharpVectors.Dom.Events.EventListenerMap

Summary description for EventListenerMap.
Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Méthodes publiques

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

Méthode Description
GrowBy ( int growth ) : SharpVectors.Dom.Events.EventListenerMapEntry[]

Method Details

AddEventListener() public méthode

public AddEventListener ( string namespaceUri, string eventType, object eventGroup, EventListener listener ) : void
namespaceUri string
eventType string
eventGroup object
listener EventListener
Résultat void

FireEvent() public méthode

public FireEvent ( IEvent @event ) : void
@event IEvent
Résultat void

HasEventListenerNs() public méthode

public HasEventListenerNs ( string namespaceUri, string eventType ) : bool
namespaceUri string
eventType string
Résultat bool

Lock() public méthode

public Lock ( ) : void
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string namespaceUri, string eventType, EventListener listener ) : void
namespaceUri string
eventType string
listener EventListener
Résultat void

Unlock() public méthode

public Unlock ( ) : void
Résultat void