public interface ConnectionEvent
Generic event related to the Connection Lifecycle.
Events related to this super-interface must be handled by the methods of
ConnectionListener
.
Field Summary |
---|
Fields inherited from interface Event |
---|
RESULT_GENERIC_ERROR, RESULT_OK |
Method Summary | |
---|---|
Connection |
getConnection()
Returns the connection associated to this event. |
Methods inherited from interface Event |
---|
getResult |
Method Detail |
---|
Connection getConnection()
null
is never returned.