Class netscape.peas.NotifyEvent
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.peas.NotifyEvent

netscape.peas.NotifyEvent

public class NotifyEvent
implements NotifyList
The Notify event is used to prevent cycles and undue proliferation of events. We derive our events from this class, so that the NotifyList interface is implemented. NOTE: When the JDK implements this we will use that implementation.

Method Index

 o addToVisitedList(Object)
Add the given object to this list.
 o getNotifyList()
 o isOnVisitedList(Object)
Return true if the given object is on this list.
 o setNotifyList(NotifyList)

Methods

 o addToVisitedList
  public void addToVisitedList(Object o)
Add the given object to this list.
 o isOnVisitedList
  public boolean isOnVisitedList(Object o)
Return true if the given object is on this list.
 o getNotifyList
  public NotifyList getNotifyList()
 o setNotifyList
  public void setNotifyList(NotifyList oNotify)

All Packages  Class Hierarchy  This Package  Previous  Next  Index