public class ProductNodeListenerAdapter extends Object implements ProductNodeListener
ProductNodeListener
interface and is defined to overwrite
some method you need without implementing methods which are not needed.Constructor and Description |
---|
ProductNodeListenerAdapter() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void nodeChanged(ProductNodeEvent event)
nodeChanged
in interface ProductNodeListener
event
- the product node which the listener to be notifiedpublic void nodeDataChanged(ProductNodeEvent event)
nodeDataChanged
in interface ProductNodeListener
event
- the product node which the listener to be notifiedpublic void nodeAdded(ProductNodeEvent event)
nodeAdded
in interface ProductNodeListener
event
- the product node which the listener to be notifiedpublic void nodeRemoved(ProductNodeEvent event)
nodeRemoved
in interface ProductNodeListener
event
- the product node which the listener to be notifiedCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.