-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ConnectionEventDescribes the events emitted by a Connection object. An event is either an UPDATE or a ConnectionState.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description initializedconnectingconnecteddisconnectedsuspendedclosingclosedfailedupdateAn event for changes to connection conditions for which the ConnectionState does not change.
Spec: RTN4h
-
Method Summary
Modifier and Type Method Description static Array<ConnectionEvent>values()static ConnectionEventvalueOf(String name)-
-
Method Detail
-
values
static Array<ConnectionEvent> values()
-
valueOf
static ConnectionEvent valueOf(String name)
-
-
-
-