Uses of Class
org.simpleframework.transport.connect.ConnectionEvent
-
Packages that use ConnectionEvent Package Description org.simpleframework.transport.connect -
-
Uses of ConnectionEvent in org.simpleframework.transport.connect
Methods in org.simpleframework.transport.connect that return ConnectionEvent Modifier and Type Method Description static ConnectionEvent
ConnectionEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConnectionEvent[]
ConnectionEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-