public interface ProductNodeListener
Modifier and Type | Method and Description |
---|---|
void |
nodeAdded(ProductNodeEvent event)
Notified when a node was added.
|
void |
nodeChanged(ProductNodeEvent event)
Notified when a node changed.
|
void |
nodeDataChanged(ProductNodeEvent event)
Notified when a node's data changed.
|
void |
nodeRemoved(ProductNodeEvent event)
Notified when a node was removed.
|
void nodeChanged(ProductNodeEvent event)
event
- the product node which the listener to be notifiedvoid nodeDataChanged(ProductNodeEvent event)
event
- the product node which the listener to be notifiedvoid nodeAdded(ProductNodeEvent event)
event
- the product node which the listener to be notifiedvoid nodeRemoved(ProductNodeEvent event)
event
- the product node which the listener to be notifiedCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.