Uses of Class
triptracker.core.ConnectionState

Packages that use ConnectionState
triptracker.client.gps.ui   
triptracker.client.map.ui   
triptracker.client.net   
triptracker.core   
 

Uses of ConnectionState in triptracker.client.gps.ui
 

Methods in triptracker.client.gps.ui with parameters of type ConnectionState
 void MainForm.connectionUpdate(ConnectionState state)
           
 void LoginForm.connectionUpdate(ConnectionState state)
          Connection Update
 

Uses of ConnectionState in triptracker.client.map.ui
 

Methods in triptracker.client.map.ui with parameters of type ConnectionState
 void MapViewPanel.connectionUpdate(ConnectionState state)
          Invoked when the connection state of the underlying socket has changed.
 void LoginForm.connectionUpdate(ConnectionState state)
          Invoked when the connection state of the underlying socket has changed.
 

Uses of ConnectionState in triptracker.client.net
 

Methods in triptracker.client.net with parameters of type ConnectionState
 void SocketListener.connectionUpdate(ConnectionState state)
          Invoked when the connection state of the underlying socket has changed.
 void GPSSocketAdapter.connectionUpdate(ConnectionState state)
          Invoked when the connection state of the underlying socket has changed.
 void MapSocketAdapter.connectionUpdate(ConnectionState state)
          Invoked when the connection state of the underlying socket has changed.
protected  void SocketConnection.connectionUpdate(ConnectionState state)
          Publish a connection state change event to all listeners.
 

Uses of ConnectionState in triptracker.core
 

Methods in triptracker.core that return ConnectionState
static ConnectionState ConnectionState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionState[] ConnectionState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2006 Team Trip Tracker. All Rights Reserved.