org.lobobrowser.util
Class EventDispatch2
java.lang.Object
org.lobobrowser.util.EventDispatch2
public abstract class EventDispatch2
- extends java.lang.Object
- Author:
- J. H. S.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventDispatch2
public EventDispatch2()
createListenerCollection
public java.util.Collection createListenerCollection()
addListener
public final void addListener(java.util.EventListener listener)
removeListener
public final void removeListener(java.util.EventListener listener)
fireEvent
public final boolean fireEvent(java.util.EventObject event)
dispatchEvent
protected abstract void dispatchEvent(java.util.EventListener listener,
java.util.EventObject event)