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.
-
addToVisitedList(Object)
- Add the given object to this list.
-
getNotifyList()
-
-
isOnVisitedList(Object)
- Return true if the given object is on this list.
-
setNotifyList(NotifyList)
-
addToVisitedList
public void addToVisitedList(Object o)
- Add the given object to this list.
isOnVisitedList
public boolean isOnVisitedList(Object o)
- Return true if the given object is on this list.
getNotifyList
public NotifyList getNotifyList()
setNotifyList
public void setNotifyList(NotifyList oNotify)
All Packages Class Hierarchy This Package Previous Next Index