Package wt.eff

Class EffGroupAssistantEvent

java.lang.Object
wt.events.KeyedEvent
wt.eff.EffGroupAssistantEvent
All Implemented Interfaces:
Serializable, wt.events.summary.SummarizedEvent

public class EffGroupAssistantEvent extends KeyedEvent implements Serializable
Events emitted by the EffGroupAssistant for customization purposes.

Supported API: true

Extendable: false
See Also:
  • Field Details

    • PRE_REPLACE_EFF_VECTOR

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public WTCollection getEffRecordables()
      Gets the value of the attribute: effRecordables; The target of the event.

      Supported API: true
      Returns:
      EffRecordable[]
    • getEffGroups

      public EffGroup[] 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[]