org.apache.batik.util
Class EventDispatcher
java.lang.Object
org.apache.batik.util.EventDispatcher
public class EventDispatcher
- extends Object
Generic class to dispatch events in a highly reliable way.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventDispatcher
public EventDispatcher()
fireEvent
public static void fireEvent(EventDispatcher.Dispatcher dispatcher,
List listeners,
Object evt,
boolean useEventQueue)
dispatchEvent
protected static void dispatchEvent(EventDispatcher.Dispatcher dispatcher,
Object[] ll,
Object evt)
Copyright © 2008 Apache Software Foundation. All Rights Reserved.