Uses of Class
org.eclipse.net4j.connector.ConnectorState

Packages that use ConnectorState
org.eclipse.net4j.connector   
 

Uses of ConnectorState in org.eclipse.net4j.connector
 

Methods in org.eclipse.net4j.connector that return ConnectorState
 ConnectorState IConnectorStateEvent.getNewState()
          The new state of the IConnector that sent this event.
 ConnectorState IConnectorStateEvent.getOldState()
          The old state of the IConnector that sent this event.
 ConnectorState IConnector.getState()
          Returns the current state of this onnector.
static ConnectorState ConnectorState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConnectorState[] ConnectorState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.