Uses of Interface
org.chorem.jtimer.ws.ConnectionDataHandler

Packages that use ConnectionDataHandler
org.chorem.jtimer.data Data management classes. 
org.chorem.jtimer.ui.ws Graphical handlers for webservices. 
org.chorem.jtimer.ws Webservices layers. 
org.chorem.jtimer.ws.xmlrpc Chorem webservices implementation. 
 

Uses of ConnectionDataHandler in org.chorem.jtimer.data
 

Fields in org.chorem.jtimer.data declared as ConnectionDataHandler
protected  ConnectionDataHandler TimerCore.connectionHandler
          connection data handler
 

Uses of ConnectionDataHandler in org.chorem.jtimer.ui.ws
 

Classes in org.chorem.jtimer.ui.ws that implement ConnectionDataHandler
 class SwingConnectionInformationHandler
          Swing ConnectionInformationHandler.
 

Uses of ConnectionDataHandler in org.chorem.jtimer.ws
 

Methods in org.chorem.jtimer.ws with parameters of type ConnectionDataHandler
 void ProjectManagement.setConnectionDataHandler(ConnectionDataHandler connectionDataHandler)
          Set connection handler.
 

Uses of ConnectionDataHandler in org.chorem.jtimer.ws.xmlrpc
 

Fields in org.chorem.jtimer.ws.xmlrpc declared as ConnectionDataHandler
protected  ConnectionDataHandler WSDaemon.connectionDataHandler
          Connection handler
protected  ConnectionDataHandler ChoremXMLRPCClient.connectionDataHandler
          Connection handler.
 

Methods in org.chorem.jtimer.ws.xmlrpc with parameters of type ConnectionDataHandler
 void WSDaemon.setConnectionDataHandler(ConnectionDataHandler connectionDataHandler)
          Set connection handler.
 void ChoremXMLRPCClient.setConnectionDataHandler(ConnectionDataHandler connectionDataHandler)
           
 



Copyright © 2007-2012 CodeLutin. All Rights Reserved.