db4o 7.4

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
 void cancel()
          Cancels the action related to this event.
 boolean isCancelled()
          Queries if the action was already cancelled by some event listener.
 

Method Detail

isCancelled

boolean isCancelled()
Queries if the action was already cancelled by some event listener.


cancel

void cancel()
Cancels the action related to this event. Although the related action will be cancelled all the registered listeners will still receive the event.


db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.