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

Interface netscape.peas.TableChangeListener

public interface TableChangeListener
extends RowChangeListener
Listener interface capable of receiving TableChangeEvent s. This interface can also receive RowChangeEvent s and PropertyChangeEvent s. This allows users of Components to wire at the highest level, and still allows the implemenation to send "lower level" events in a consistent manner.

Method Index

 o tableChange(TableChangeEvent)
Accept a TableChangeEvent.

Methods

 o tableChange
  public abstract void tableChange(TableChangeEvent oEvent)
Accept a TableChangeEvent.

All Packages  Class Hierarchy  This Package  Previous  Next  Index