Class ConnectionClosedEvent

All Implemented Interfaces:
Serializable

public final class ConnectionClosedEvent extends AbstractConnectionEvent
Event dispatched when a LiveViewConnection closes.
See Also:
  • Constructor Details

    • ConnectionClosedEvent

      public ConnectionClosedEvent(Object source, LiveViewConnection connection)
      Parameters:
      source - the source of the event
      connection - the connection that was closed
  • Method Details