Packages that use ConnectionEvent | |
---|---|
it.list.jft.event | Provides interfaces for dealing with different types of events and listeners. |
Uses of ConnectionEvent in it.list.jft.event |
---|
Subinterfaces of ConnectionEvent in it.list.jft.event | |
---|---|
interface |
ConnectionCloseEvent
Server-answer to Connection.close() . |
interface |
ConnectionLostEvent
Event generated when the connection with the server crashed or when the server choose to terminate the connection. |
interface |
ConnectionOpenEvent
Server-answer to Connection.open() . |