Class UISessionEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class UISessionEvent
    extends java.util.EventObject
    Events of this type signal a state change of a UI session.
    Since:
    2.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      UISessionEvent​(UISession uiSession)
      Creates a new instance of this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UISession getUISession()
      Returns the UI session that this event is related to.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UISessionEvent

        public UISessionEvent​(UISession uiSession)
        Creates a new instance of this class.
        Parameters:
        uiSession - the UI session for this event
    • Method Detail

      • getUISession

        public UISession getUISession()
        Returns the UI session that this event is related to.
        Returns:
        the UI session