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.
- Version:
- $Id: EventDispatcher.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Thomas DeWeese
| 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 © 2000–2017 Apache Software Foundation. All rights reserved.