Package com.db4o.events
Interface CancellableEventArgs
-
- All Known Implementing Classes:
CancellableObjectEventArgs
public interface CancellableEventArgs
Argument for events related to cancellable actions.- See Also:
EventRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
Cancels the action related to this event.boolean
isCancelled()
Queries if the action was already cancelled by some event listener.
-