Class AbstractEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractEvent​(EventSource source)
      Constructs an event from the given event session.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EventSource getSession()
      Returns the session event source for this event.
      • Methods inherited from class java.lang.Object

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

      • AbstractEvent

        public AbstractEvent​(EventSource source)
        Constructs an event from the given event session.
        Parameters:
        source - The session event source.
    • Method Detail

      • getSession

        public final EventSource getSession()
        Returns the session event source for this event. This is the underlying session from which this event was generated.
        Returns:
        The session event source.