All Packages Class Hierarchy This Package Previous Next Index
Interface netscape.peas.NotifyList
- public interface NotifyList
Implementors of the NotifyList interface are able to remember a list of objects
which have seen an event. This is useful in preventing undue event propegation.
-
addToVisitedList(Object)
- Add the given object to this list.
-
isOnVisitedList(Object)
- Return true if the given object is on this list.
addToVisitedList
public abstract void addToVisitedList(Object o)
- Add the given object to this list.
isOnVisitedList
public abstract boolean isOnVisitedList(Object o)
- Return true if the given object is on this list.
All Packages Class Hierarchy This Package Previous Next Index