public final class DefaultAcquisitionEndedEvent extends java.lang.Object implements AcquisitionEndedEvent
EventManager
Constructor and Description |
---|
DefaultAcquisitionEndedEvent(Datastore store,
java.lang.Object source) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getSource()
Return an Object used to identify the entity in charge of the
acquisition.
|
Datastore |
getStore()
Return the Datastore into which images were placed during the
acquisition.
|
public DefaultAcquisitionEndedEvent(Datastore store, java.lang.Object source)
public Datastore getStore()
getStore
in interface AcquisitionEndedEvent
public java.lang.Object getSource()
getSource
in interface AcquisitionEndedEvent