org.esa.beam.framework.datamodel
Class ProductManager.Event
java.lang.Object
java.util.EventObject
org.esa.beam.framework.datamodel.ProductManager.Event
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ProductManager
public static class ProductManager.Event
- extends EventObject
An event object passed into the ProductManager.Listener methods.
- See Also:
- Serialized Form
|
Method Summary |
Product |
getProduct()
Retrieves a reference to the originating object, i.e. |
ProductManager.Event
public ProductManager.Event(Product product)
- Constructs a productEvent object.
- Parameters:
product - the source class where the object originates
getProduct
public Product getProduct()
- Retrieves a reference to the originating object, i.e. the one who fired the event.
- Returns:
- the originating object
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.