Class SessionJumpEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class SessionJumpEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionJumpEvent​(java.lang.Object obj)  
    • Method Summary

      Modifier and Type Method Description
      int getJumpDirection()  
      java.lang.String getMessage()  
      void setJumpDirection​(int direction)  
      void setMessage​(java.lang.String message)  
      • 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

      • SessionJumpEvent

        public SessionJumpEvent​(java.lang.Object obj)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
      • setMessage

        public void setMessage​(java.lang.String message)
      • getJumpDirection

        public int getJumpDirection()
      • setJumpDirection

        public void setJumpDirection​(int direction)