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