Uses of Class
edu.csus.ecs.pc2.api.listener.ConnectionEvent.Action

Packages that use ConnectionEvent.Action
edu.csus.ecs.pc2.api.listener PC2 API Listeners and Listener events. 
 

Uses of ConnectionEvent.Action in edu.csus.ecs.pc2.api.listener
 

Methods in edu.csus.ecs.pc2.api.listener that return ConnectionEvent.Action
 ConnectionEvent.Action ConnectionEvent.getAction()
           
static ConnectionEvent.Action ConnectionEvent.Action.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionEvent.Action[] ConnectionEvent.Action.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in edu.csus.ecs.pc2.api.listener with parameters of type ConnectionEvent.Action
ConnectionEvent(ConnectionEvent.Action action, IClient client)