JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
de.julianweinelt.datacat.dbx.api.events
Annotation Interface IgnoreCancelled
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
IgnoreCancelled
Indicates that the annotated event listener method should ignore cancelled events. When applied, the event system will not invoke the method if the event has been cancelled.