C# 클래스 SharpVectors.Dom.Events.EventListenerMap

Summary description for EventListenerMap.
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GrowBy ( int growth ) : SharpVectors.Dom.Events.EventListenerMapEntry[]

메소드 상세

AddEventListener() 공개 메소드

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

FireEvent() 공개 메소드

public FireEvent ( IEvent @event ) : void
@event IEvent
리턴 void

HasEventListenerNs() 공개 메소드

public HasEventListenerNs ( string namespaceUri, string eventType ) : bool
namespaceUri string
eventType string
리턴 bool

Lock() 공개 메소드

public Lock ( ) : void
리턴 void

RemoveEventListener() 공개 메소드

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

Unlock() 공개 메소드

public Unlock ( ) : void
리턴 void