Uses of Interface
com.syncbuilder.service.ServiceControlListener

Packages that use ServiceControlListener
com.syncbuilder.service Foundation for arbitrary services.  
com.syncbuilder.sync Connection management with the Palm device.  
 

Uses of ServiceControlListener in com.syncbuilder.service
 

Classes in com.syncbuilder.service that implement ServiceControlListener
 class ServiceBase
          This class is meant to be a suitable basis for most implementations of a service that implements ServiceControlListener.
You will only have to implement the service()-method, which will be invoked continuously in the service's main loop.
You may also implement the init()-method which will be invoked anytime the service is started, and the destroy()-method which will be invoked anytime the service is stopped.
 

Uses of ServiceControlListener in com.syncbuilder.sync
 

Classes in com.syncbuilder.sync that implement ServiceControlListener
 class SyncServer
          A SyncServer is the heart of many applications which are supposed to handle connections from Palm devices.
 



This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.