public abstract class DataModifiedEvent extends ObjectModifiedEvent
Data
has been modified somehow.
The modification typically falls into one of two categories: an update (i.e.,
DataUpdatedEvent
) or a restructuring (i.e.,
DataRestructuredEvent
).
Constructor and Description |
---|
DataModifiedEvent(Data data) |
Modifier and Type | Method and Description |
---|---|
Data |
getObject() |
toString
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContext
public DataModifiedEvent(Data data)
public Data getObject()
getObject
in class ObjectEvent
Copyright © 2014–2022 ImageJ. All rights reserved.