JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openzen.zengarden.events
Interface Cancelable
public interface
Cancelable
Implemented by events which can be canceled. When used in combination with the CancelableEventBus, events will not be published after they are canceled.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
cancel
()
Cancels an event.
boolean
isCanceled
()
Checks if the canceled flag has been set.
Method Detail
cancel
void cancel()
Cancels an event. Sets the canceled flag.
isCanceled
boolean isCanceled()
Checks if the canceled flag has been set.
Returns:
canceled status
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method