Class SessionEventArgs

    • Field Detail

      • eventHandle

        protected SafeHandle eventHandle
        Internal member variable that holds the native event handle.
    • Constructor Detail

      • SessionEventArgs

        public SessionEventArgs​(long eventArgs)
        Internal constructor for a SessionEventArgs object.
        Parameters:
        eventArgs - The native handle for SessionEventArgs
      • SessionEventArgs

        public SessionEventArgs​(long eventArgs,
                                boolean dispose)
        Internal constructor for a SessionEventArgs object.
        Parameters:
        eventArgs - the native handle for SessionEventArgs
        dispose - the flag to dispose the resources under the native handle
    • Method Detail

      • getSessionId

        public String getSessionId()
        Represents the session identifier.
        Returns:
        Represents the session identifier.
      • toString

        public String toString()
        Returns a String that represents the session event.
        Overrides:
        toString in class Object
        Returns:
        a String that represents the session event.
      • close

        protected void close()
        Explicitly frees any external resource attached to the object