java.lang.Object
io.sf.carte.echosvg.util.EventDispatcher
Generic class to dispatch events in a highly reliable way.
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static voiddispatchEvent(EventDispatcher.Dispatcher dispatcher, Object[] ll, Object evt) static voidfireEvent(EventDispatcher.Dispatcher dispatcher, List<Object> listeners, Object evt, boolean useEventQueue) 
- 
Constructor Details- 
EventDispatcherpublic EventDispatcher()
 
- 
- 
Method Details- 
fireEventpublic static void fireEvent(EventDispatcher.Dispatcher dispatcher, List<Object> listeners, Object evt, boolean useEventQueue) 
- 
dispatchEvent
 
-