amip.api.highlevel.util
Class AEventListenerList

java.lang.Object
  extended by javax.swing.event.EventListenerList
      extended by amip.api.highlevel.util.AEventListenerList
All Implemented Interfaces:
java.io.Serializable

public class AEventListenerList
extends javax.swing.event.EventListenerList

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.event.EventListenerList
listenerList
 
Constructor Summary
AEventListenerList()
           
 
Method Summary
 void addListener(java.lang.Class c, java.util.EventListener l)
           
 int getMode()
           
 void removeListener(java.lang.Class c, java.util.EventListener l)
           
 void setMode(int mode)
           
 
Methods inherited from class javax.swing.event.EventListenerList
add, getListenerCount, getListenerCount, getListenerList, getListeners, remove, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AEventListenerList

public AEventListenerList()
Method Detail

addListener

public void addListener(java.lang.Class c,
                        java.util.EventListener l)
                 throws GeneralClientException
Throws:
GeneralClientException

removeListener

public void removeListener(java.lang.Class c,
                           java.util.EventListener l)
                    throws GeneralClientException
Throws:
GeneralClientException

getMode

public int getMode()

setMode

public void setMode(int mode)