|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.commons.iloader.node.DataNodeAdapter
public class DataNodeAdapter
The DataNode adapter is empty implementation of the DataNodeListener interface. May be used when a client wants a default implementation for each method.
DataNodeListener| Constructor Summary | |
|---|---|
DataNodeAdapter()
|
|
| Method Summary | |
|---|---|
void |
onCurrentChanged(DataNode source)
Notify the view that the node current data have changed. |
void |
onInvalidate(DataNode source)
Notify the view that the node data have completly changed. |
void |
onItemInserted(DataNode source,
int position)
Notify the view that one object have been inserted into the node. |
void |
onItemRemoved(DataNode source,
int position)
Notify the view that one object have been removed into the node. |
void |
onMetaDataChanged(DataNode source)
Notify the view that the node meta data have changed. |
void |
onModifiedChanged(DataNode source)
Notify the view that the modified flag has changed. |
void |
onReadOnlyChanged(DataNode source)
Notify the view that the readonly mode has changed. |
void |
onUserNotification(DataNode source,
java.lang.String key,
java.lang.Object param)
Genneralized notification message. |
void |
onValueChanged(DataNode source,
int record,
java.lang.Object object,
IAttribute attribute)
Notify the view that almost one property of the current object in the node have changed. |
void |
onValueChanged2(DataNode source,
int record,
java.lang.Object object,
IMember member)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataNodeAdapter()
| Method Detail |
|---|
public void onValueChanged2(DataNode source,
int record,
java.lang.Object object,
IMember member)
onValueChanged2 in interface DataNodeListenerpublic void onMetaDataChanged(DataNode source)
DataNodeListener
onMetaDataChanged in interface DataNodeListenerpublic void onModifiedChanged(DataNode source)
DataNodeListener
onModifiedChanged in interface DataNodeListenerpublic void onReadOnlyChanged(DataNode source)
DataNodeListener
onReadOnlyChanged in interface DataNodeListenerpublic void onInvalidate(DataNode source)
DataNodeListener
onInvalidate in interface DataNodeListenerpublic void onCurrentChanged(DataNode source)
DataNodeListener
onCurrentChanged in interface DataNodeListener
public void onValueChanged(DataNode source,
int record,
java.lang.Object object,
IAttribute attribute)
DataNodeListener
onValueChanged in interface DataNodeListenerrecord - the record number that have been modified
public void onItemInserted(DataNode source,
int position)
DataNodeListener
onItemInserted in interface DataNodeListenerposition - the position where the item has been inserted
public void onItemRemoved(DataNode source,
int position)
DataNodeListener
onItemRemoved in interface DataNodeListenerposition - the position of the removed item
public void onUserNotification(DataNode source,
java.lang.String key,
java.lang.Object param)
DataNodeListener
onUserNotification in interface DataNodeListenerkey - the user defined keyparam - the user defined param (may be null!)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||