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

Class netscape.peas.NotifyListSupport

netscape.peas.NotifyListSupport

public class NotifyListSupport
implements NotifyList
Implementat of the NotifyList interface, to which other classes may delegate.

Constructor Index

 o NotifyListSupport()
default constructor.

Method Index

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

Constructors

 o NotifyListSupport
  public NotifyListSupport()
default constructor. don't need delegator (yet)

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.

All Packages  Class Hierarchy  This Package  Previous  Next  Index