org.esa.beam.framework.ui.product
Interface ProductTreeListener2

All Superinterfaces:
EventListener, ProductTreeListener
All Known Implementing Classes:
ProductTreeListenerAdapter

public interface ProductTreeListener2
extends ProductTreeListener

A listener which is listening for events occurring in a ProductTree.

Since:
BEAM 4.7
Version:
$Revision$ $Date$
Author:
Norman Fomferra, Sabine Embacher
See Also:
ProductTree

Method Summary
 void productNodeSelected(ProductNode productNode, int clickCount)
          Called when a product's node has been selected in the tree.
 void vectorDataSelected(VectorDataNode vectorDataNode, int clickCount)
          Called when a product's node has been selected in the tree.
 
Methods inherited from interface org.esa.beam.framework.ui.product.ProductTreeListener
bandSelected, metadataElementSelected, productAdded, productRemoved, productSelected, tiePointGridSelected
 

Method Detail

productNodeSelected

void productNodeSelected(ProductNode productNode,
                         int clickCount)
Called when a product's node has been selected in the tree.

Parameters:
productNode - The selected product node.
clickCount - The number of mouse clicks.
Since:
BEAM 4.7

vectorDataSelected

void vectorDataSelected(VectorDataNode vectorDataNode,
                        int clickCount)
Called when a product's node has been selected in the tree.

Parameters:
vectorDataNode - The selected vector data.
clickCount - The number of mouse clicks.
Since:
BEAM 4.7


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.