Package wt.eff
Class EffGroupAssistantEvent
java.lang.Object
wt.events.KeyedEvent
wt.eff.EffGroupAssistantEvent
- All Implemented Interfaces:
Serializable,wt.events.summary.SummarizedEvent
Events emitted by the EffGroupAssistant for customization purposes.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA constant that defines an event key that marks the occurrence of the pre-append (by the appendEffGroups API) event.static final StringA constant that defines an event key that marks the occurrence of the post-append event.static final StringA constant that defines an event key that marks the occurrence of the post-replace event.static final StringA constant that defines an event key that marks the occurrence of the pre-append (by the appendEffGroups API) event.static final StringA constant that defines an event key that marks the occurrence of the pre-append event.static final StringA constant that defines an event key that marks the occurrence of the pre-replace event. -
Method Summary
Modifier and TypeMethodDescriptionEffGroup[]Gets the value of the attribute: effGroups; The groups (used only by the PRE/POST_APPEND_EFF_GROUPS events.Gets the value of the attribute: effRecordables; The target of the event.Methods inherited from class wt.events.KeyedEvent
generateEventKey, getEventKey, getEventTarget, getEventType
-
Field Details
-
PRE_REPLACE_EFF_VECTOR
A constant that defines an event key that marks the occurrence of the pre-replace event.
Supported API: true- See Also:
-
POST_REPLACE_EFF_VECTOR
A constant that defines an event key that marks the occurrence of the post-replace event.
Supported API: true- See Also:
-
PRE_APPEND_EFF_VECTOR
A constant that defines an event key that marks the occurrence of the pre-append event.
Supported API: true- See Also:
-
POST_APPEND_EFF_VECTOR
A constant that defines an event key that marks the occurrence of the post-append event.
Supported API: true- See Also:
-
PRE_APPEND_EFF_GROUPS
A constant that defines an event key that marks the occurrence of the pre-append (by the appendEffGroups API) event.
Supported API: true- See Also:
-
POST_APPEND_EFF_GROUPS
A constant that defines an event key that marks the occurrence of the pre-append (by the appendEffGroups API) event.
Supported API: true- See Also:
-
-
Method Details
-
getEffRecordables
Gets the value of the attribute: effRecordables; The target of the event.
Supported API: true- Returns:
- EffRecordable[]
-
getEffGroups
Gets the value of the attribute: effGroups; The groups (used only by the PRE/POST_APPEND_EFF_GROUPS events.
Supported API: true- Returns:
- EffGroup[]
-