Interface CMSAdapterDisconnectEvent

All Superinterfaces:
Event
All Known Implementing Classes:
CMSAdapterDisconnectEventImpl

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

    • getCurrentUser

      String getCurrentUser()
      Specifies the CMS user name associated with the session.
    • initCMSAdapterDisconnectEvent

      void initCMSAdapterDisconnectEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, String currentUser)
      Initializes the value of an CMSAdapterDisconnectEvent created through the CMSAdapterDisconnectEvent interface. This method should only be called before the CMSAdapterDisconnectEvent 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.
      currentUser -