Package wt.occurrence
Class OccurrenceEvent
java.lang.Object
wt.events.KeyedEvent
wt.occurrence.OccurrenceEvent
- All Implemented Interfaces:
Serializable,wt.events.summary.SummarizedEvent
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA constant that defines an event marking the occurrance of copying aUsesOccurrencethat is about to commense. -
Method Summary
Methods inherited from class wt.events.KeyedEvent
generateEventKey, getEventKey, getEventTarget, getEventType
-
Field Details
-
COPY_USES_OCCURRENCE
A constant that defines an event marking the occurrance of copying aUsesOccurrencethat is about to commense. Listener's of this event can stipulate that preconditions have not been satisfied by means of throwing an exception which acts as a veto.
Supported API: true- See Also:
-