de.bsvrz.puk.config.main.communication.query
Class ForeignConfigRequester.CommunicationHandler

java.lang.Object
  extended by de.bsvrz.puk.config.main.communication.query.ForeignConfigRequester.CommunicationHandler
All Implemented Interfaces:
ForeignConfigCommunicator.CommunicationHandler
Enclosing class:
ForeignConfigRequester

 class ForeignConfigRequester.CommunicationHandler
extends Object
implements ForeignConfigCommunicator.CommunicationHandler


Constructor Summary
ForeignConfigRequester.CommunicationHandler()
           
 
Method Summary
 void answerReceived(Data data)
           
 void communicationStateChanged(boolean connected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForeignConfigRequester.CommunicationHandler

ForeignConfigRequester.CommunicationHandler()
Method Detail

communicationStateChanged

public void communicationStateChanged(boolean connected)
Specified by:
communicationStateChanged in interface ForeignConfigCommunicator.CommunicationHandler

answerReceived

public void answerReceived(Data data)
Specified by:
answerReceived in interface ForeignConfigCommunicator.CommunicationHandler