Interface SessionEvent

All Known Implementing Classes:
ConnectedEvent, DisconnectedEvent, DisconnectingEvent, PacketErrorEvent, PacketSendingEvent

public interface SessionEvent
An event relating to sessions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Calls the event.
  • Method Details

    • call

      void call(SessionListener listener)
      Calls the event.
      Parameters:
      listener - Listener to call the event on.