org.lobobrowser.util
public class EventDispatch extends java.lang.Object
Constructor and Description |
---|
EventDispatch() |
Modifier and Type | Method and Description |
---|---|
void |
addListener(GenericEventListener listener) |
java.util.Collection |
createListenerCollection() |
void |
fireEvent(java.util.EventObject event) |
void |
removeListener(GenericEventListener listener) |
public java.util.Collection createListenerCollection()
public final void addListener(GenericEventListener listener)
public final void removeListener(GenericEventListener listener)
public final void fireEvent(java.util.EventObject event)