Interface CMSAdapterConnectEvent

All Superinterfaces:
Event
All Known Implementing Classes:
CMSAdapterConnectEventImpl

public interface CMSAdapterConnectEvent extends Event
The CMSAdapterConnectEvent interface provides specific contextual information associated with the CMSAdapterConnectEvent extension. These event types notify programmers of events related to logging onto a CMS.
Since:
Arbortext 5.4
  • Method Details

    • initCMSAdapterConnectEvent

      void initCMSAdapterConnectEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg)
      Initializes the value of an CMSAdapterConnectEvent created through the CMSAdapterConnectEvent interface. This method should only be called before the CMSAdapterConnectEvent has been dispatched using the dispatchEvent method, though it may be called multiple times during that phase if necessary. If called multiple times, the final invocation takes precedence.
      Parameters:
      typeArg - Specifies the event type.
      canBubbleArg - Specifies whether or not the event can bubble.
      cancelableArg - Specifies whether or not the event's default action can be prevented.