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

Interface netscape.peas.NotifyList

public interface NotifyList
extends Object
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.

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.

Methods

 o addToVisitedList
  public abstract void addToVisitedList(Object o)
Add the given object to this list.
 o 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