org.lobobrowser.util
Class EventDispatch

java.lang.Object
  extended by org.lobobrowser.util.EventDispatch

public class EventDispatch
extends java.lang.Object

Author:
J. H. S.

Constructor Summary
EventDispatch()
           
 
Method Summary
 void addListener(GenericEventListener listener)
           
 java.util.Collection createListenerCollection()
           
 void fireEvent(java.util.EventObject event)
           
 void removeListener(GenericEventListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDispatch

public EventDispatch()
Method Detail

createListenerCollection

public java.util.Collection createListenerCollection()

addListener

public final void addListener(GenericEventListener listener)

removeListener

public final void removeListener(GenericEventListener listener)

fireEvent

public final void fireEvent(java.util.EventObject event)