org.esa.beam.framework.datamodel
Interface ProductManager.Listener

Enclosing class:
ProductManager

public static interface ProductManager.Listener

A listener for the product manager.


Method Summary
 void productAdded(ProductManager.Event event)
          Notified when a product was added.
 void productRemoved(ProductManager.Event event)
          Notified when a node was removed.
 

Method Detail

productAdded

void productAdded(ProductManager.Event event)
Notified when a product was added.

Parameters:
event - the product node which the listener to be notified

productRemoved

void productRemoved(ProductManager.Event event)
Notified when a node was removed.

Parameters:
event - the product node which the listener to be notified


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