All Packages Class Hierarchy This Package Previous Next Index
Class netscape.peas.NotifyListSupport
java.lang.Object
|
+----netscape.peas.NotifyListSupport
- public class NotifyListSupport
- extends Object
- implements NotifyList
Implementat of the NotifyList interface, to which other
classes may delegate.
-
NotifyListSupport()
- default constructor.
-
addToVisitedList(Object)
- Add the given object to this list.
-
isOnVisitedList(Object)
- Return true if the given object is on this list.
NotifyListSupport
public NotifyListSupport()
- default constructor. don't need delegator (yet)
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.
All Packages Class Hierarchy This Package Previous Next Index