|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.datamodel.ProductNodeListenerAdapter
public class ProductNodeListenerAdapter
A listener adapter which listens to product internal changes.
This class is an emply implementation of the ProductNodeListener interface and is defined to overwrite
some method you need without implementing methods which are not needed.
| Constructor Summary | |
|---|---|
ProductNodeListenerAdapter()
|
|
| Method Summary | |
|---|---|
void |
nodeAdded(ProductNodeEvent event)
Overwrite this method if you want to be notified when a node was added. |
void |
nodeChanged(ProductNodeEvent event)
Overwrite this method if you want to be notified when a node changed. |
void |
nodeDataChanged(ProductNodeEvent event)
Overwrite this method if you want to be notified when a node's data changed. |
void |
nodeRemoved(ProductNodeEvent event)
Overwrite this method if you want to be notified when a node was removed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProductNodeListenerAdapter()
| Method Detail |
|---|
public void nodeChanged(ProductNodeEvent event)
nodeChanged in interface ProductNodeListenerevent - the product node which the listener to be notifiedpublic void nodeDataChanged(ProductNodeEvent event)
nodeDataChanged in interface ProductNodeListenerevent - the product node which the listener to be notifiedpublic void nodeAdded(ProductNodeEvent event)
nodeAdded in interface ProductNodeListenerevent - the product node which the listener to be notifiedpublic void nodeRemoved(ProductNodeEvent event)
nodeRemoved in interface ProductNodeListenerevent - the product node which the listener to be notified
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||