com.esri.tracking.connector
Class ConnectorAdapter

java.lang.Object
  extended by com.esri.tracking.connector.ConnectorAdapter
All Implemented Interfaces:
ConnectorListener

public class ConnectorAdapter
extends java.lang.Object
implements ConnectorListener


Constructor Summary
ConnectorAdapter()
           
 
Method Summary
 void ActionListResponse(ActionListEvent e)
          onMessage is the event handler that processes all incoming messages.
 void AuthenticateResponse(AuthenticateEvent e)
           
 void AuxiliaryDataReceived(AuxiliaryDataEvent e)
           
 void ConnectResponse(ConnectEvent e)
           
 void DisconnectResponse(DisconnectEvent e)
           
 void GatewayDataResponse(GatewayDataEvent e)
           
 void GeneralError(GeneralErrorEvent e)
           
 void ObservationReceived(ObservationEvent e)
           
 void ServiceDefinitionsReponse(ServiceDefinitionsEvent e)
           
 void SetAOIResponse(SetAOIEvent e)
           
 void SubscribeResponse(SubscribeEvent e)
           
 void SymbolResponse(SymbolEvent e)
           
 void UnsubscribeResponse(UnsubscribeEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorAdapter

public ConnectorAdapter()
Method Detail

ActionListResponse

public void ActionListResponse(ActionListEvent e)
Description copied from interface: ConnectorListener
onMessage is the event handler that processes all incoming messages. Your implementation of this interface gives you access to each message on the queue for customized processing.

Specified by:
ActionListResponse in interface ConnectorListener

AuthenticateResponse

public void AuthenticateResponse(AuthenticateEvent e)
Specified by:
AuthenticateResponse in interface ConnectorListener

AuxiliaryDataReceived

public void AuxiliaryDataReceived(AuxiliaryDataEvent e)
Specified by:
AuxiliaryDataReceived in interface ConnectorListener

ConnectResponse

public void ConnectResponse(ConnectEvent e)
Specified by:
ConnectResponse in interface ConnectorListener

DisconnectResponse

public void DisconnectResponse(DisconnectEvent e)
Specified by:
DisconnectResponse in interface ConnectorListener

GatewayDataResponse

public void GatewayDataResponse(GatewayDataEvent e)
Specified by:
GatewayDataResponse in interface ConnectorListener

GeneralError

public void GeneralError(GeneralErrorEvent e)
Specified by:
GeneralError in interface ConnectorListener

ObservationReceived

public void ObservationReceived(ObservationEvent e)
Specified by:
ObservationReceived in interface ConnectorListener

ServiceDefinitionsReponse

public void ServiceDefinitionsReponse(ServiceDefinitionsEvent e)
Specified by:
ServiceDefinitionsReponse in interface ConnectorListener

SetAOIResponse

public void SetAOIResponse(SetAOIEvent e)
Specified by:
SetAOIResponse in interface ConnectorListener

SubscribeResponse

public void SubscribeResponse(SubscribeEvent e)
Specified by:
SubscribeResponse in interface ConnectorListener

SymbolResponse

public void SymbolResponse(SymbolEvent e)
Specified by:
SymbolResponse in interface ConnectorListener

UnsubscribeResponse

public void UnsubscribeResponse(UnsubscribeEvent e)
Specified by:
UnsubscribeResponse in interface ConnectorListener