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) |
getObjecttoStringconsume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumedcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetContextpublic DataUpdatedEvent(Data data)
Copyright © 2014–2022 ImageJ. All rights reserved.