public class DatasetUpdatedEvent extends DataUpdatedEvent
Dataset
's data has been updated. This means
that sample values may have changed, but the dimensional structure is the
same as before.
This event is typically fired as part of a call to Dataset.update()
.
Constructor and Description |
---|
DatasetUpdatedEvent(Dataset dataset,
boolean metadataOnly) |
Modifier and Type | Method and Description |
---|---|
Dataset |
getObject() |
boolean |
isMetaDataOnly() |
toString
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContext
public DatasetUpdatedEvent(Dataset dataset, boolean metadataOnly)
public Dataset getObject()
getObject
in class DataModifiedEvent
public boolean isMetaDataOnly()
Copyright © 2014–2022 ImageJ. All rights reserved.