|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.dataset.ChangeAdapter
Empty implementation of the ChangeListener interface.
This class can be subclassed and the interesting methods can be overridden so that client applications can track the occurence of these events. The subclass must be registered with and removed from the InfoObject using InfoObject.addChangeListener() and InfoObject.removeChangeListener() to receive these notification events.
Constructor Summary | |
ChangeAdapter()
|
Method Summary | |
void |
attributeChanged(AttributeChangeEvent e)
Called whenever an attribute of the current row is changed. |
void |
rowAdded(RowChangeEvent e)
Called whenever a row has been added to a rowset |
void |
rowsetCleared(RowSetChangeEvent e)
Called whenever the rowset is cleared |
void |
rowsetPopulated(RowSetChangeEvent e)
Called whenever the rowset is populated |
void |
rowToBeRemoved(RowChangeEvent e)
Called whenever a before a row is removed from a rowset |
void |
rowUpdated(RowChangeEvent e)
Called whenever a row has been updated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChangeAdapter()
Method Detail |
public void rowsetPopulated(RowSetChangeEvent e)
rowsetPopulated
in interface ChangeListener
RowSetChangeEvent
public void rowsetCleared(RowSetChangeEvent e)
rowsetCleared
in interface ChangeListener
RowSetChangeEvent
public void rowAdded(RowChangeEvent e)
rowAdded
in interface ChangeListener
RowChangeEvent
public void rowUpdated(RowChangeEvent e)
rowUpdated
in interface ChangeListener
RowChangeEvent
public void rowToBeRemoved(RowChangeEvent e)
rowToBeRemoved
in interface ChangeListener
RowChangeEvent
public void attributeChanged(AttributeChangeEvent e)
attributeChanged
in interface ChangeListener
AttributeChangeEvent
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.