| com.db4o.events.CancellableEventArgs
All known Subclasses: com.db4o.events.CancellableObjectEventArgs,
CancellableEventArgs | public interface CancellableEventArgs (Code) | | Argument for events related to cancellable actions.
See Also: EventRegistry |
Method Summary | |
public void | cancel() Cancels the action related to this event. | public boolean | isCancelled() Queries if the action was already cancelled by some event listener. |
cancel | public void cancel()(Code) | | Cancels the action related to this event.
Although the related action will be cancelled all the registered
listeners will still receive the event.
|
isCancelled | public boolean isCancelled()(Code) | | Queries if the action was already cancelled by some event listener.
|
|
|