public abstract class DataUpdatedEvent extends DataModifiedEvent
Data
'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 Data.update()
.
Constructor and Description |
---|
DataUpdatedEvent(Data data) |
getObject
toString
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContext
public DataUpdatedEvent(Data data)
Copyright © 2014–2022 ImageJ. All rights reserved.