All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class magician.PerfTools.EventListenerTable

java.lang.Object
   |
   +----magician.PerfTools.EventListenerTable

public class EventListenerTable
extends Object

Variable Index

 o EventList

Constructor Index

 o EventListenerTable()
initialize internal list and create new table

Method Index

 o add(String, EventListener)
 o getAllListeners()
 o getListenersForType(String)
 o remove(String, EventListener)

Variables

 o EventList
 protected Hashtable EventList

Constructors

 o EventListenerTable
 public EventListenerTable()
initialize internal list and create new table

Methods

 o add
 public void add(String type,
                 EventListener l)
 o remove
 public boolean remove(String type,
                       EventListener l)
 o getListenersForType
 public Vector getListenersForType(String type)
 o getAllListeners
 public Vector getAllListeners()

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1