Package org.esa.snap.core.layer
Class MaskCollectionLayer.MaskPNL
java.lang.Object
org.esa.snap.core.layer.MaskCollectionLayer.MaskPNL
- All Implemented Interfaces:
ProductNodeListener
- Enclosing class:
MaskCollectionLayer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnodeAdded(ProductNodeEvent event) Notified when a node was added.voidnodeChanged(ProductNodeEvent event) Notified when a node changed.voidnodeDataChanged(ProductNodeEvent event) Notified when a node's data changed.voidnodeRemoved(ProductNodeEvent event) Notified when a node was removed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.esa.snap.core.datamodel.ProductNodeListener
nodeDisposing
-
Constructor Details
-
MaskPNL
public MaskPNL()
-
-
Method Details
-
nodeChanged
Description copied from interface:ProductNodeListenerNotified when a node changed.- Specified by:
nodeChangedin interfaceProductNodeListener- Parameters:
event- the product node which the listener to be notified
-
nodeDataChanged
Description copied from interface:ProductNodeListenerNotified when a node's data changed.- Specified by:
nodeDataChangedin interfaceProductNodeListener- Parameters:
event- the product node which the listener to be notified
-
nodeAdded
Description copied from interface:ProductNodeListenerNotified when a node was added.- Specified by:
nodeAddedin interfaceProductNodeListener- Parameters:
event- the product node which the listener to be notified
-
nodeRemoved
Description copied from interface:ProductNodeListenerNotified when a node was removed.- Specified by:
nodeRemovedin interfaceProductNodeListener- Parameters:
event- the product node which the listener to be notified
-