public class DatasetRestructuredEvent extends DataRestructuredEvent
Dataset
's dimensional extents may have changed.
This occurs, for example, if the dataset's linked ImgPlus
changes.
This event is typically fired as part of a call to Dataset.rebuild()
.
Constructor and Description |
---|
DatasetRestructuredEvent(Dataset dataset) |
Modifier and Type | Method and Description |
---|---|
Dataset |
getObject() |
toString
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContext
public DatasetRestructuredEvent(Dataset dataset)
public Dataset getObject()
getObject
in class DataModifiedEvent
Copyright © 2014–2022 ImageJ. All rights reserved.