org.esa.beam.framework.datamodel
Class ProductManager.Event

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProductManager.Event(Product product)
          Constructs a productEvent object.
 
Method Summary
 Product getProduct()
          Retrieves a reference to the originating object, i.e.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProductManager.Event

public ProductManager.Event(Product product)
Constructs a productEvent object.

Parameters:
product - the source class where the object originates
Method Detail

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.