Package org.esa.snap.core.datamodel
Class ProductManager.Event
- java.lang.Object
-
- java.util.EventObject
-
- org.esa.snap.core.datamodel.ProductManager.Event
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ProductManager
public static class ProductManager.Event extends EventObject
An event object passed into theProductManager.Listener
methods.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Product
getProduct()
Retrieves a reference to the originating object, i.e.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
Event
public Event(Product product)
- Parameters:
product
- The product on which the event initially occurred.- Throws:
IllegalArgumentException
- if source is null.
-
-
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
-
-