Package org.lobobrowser.util
Class EventDispatch2
- java.lang.Object
-
- org.lobobrowser.util.EventDispatch2
-
public abstract class EventDispatch2 extends java.lang.Object
- Author:
- J. H. S.
-
-
Constructor Summary
Constructors Constructor Description EventDispatch2()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
addListener(java.util.EventListener listener)
java.util.Collection
createListenerCollection()
protected abstract void
dispatchEvent(java.util.EventListener listener, java.util.EventObject event)
boolean
fireEvent(java.util.EventObject event)
void
removeListener(java.util.EventListener listener)
-
-
-
Method Detail
-
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)
-
-