Uses of Package
com.syncbuilder.service

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

Classes in com.syncbuilder.service used by com.syncbuilder.service
ServiceControlListener
          This interface may be implemented by all the services which wish to be controlled through events.
ServiceMessage
          A message from a service.
ServiceStateEvent
          Events of this kind are used by a service to report its state.
ServiceStateListener
          This interface may be implemented by all those classes which wish to be notified about changes in a service's state.
 

Classes in com.syncbuilder.service used by com.syncbuilder.sync
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.
ServiceControlListener
          This interface may be implemented by all the services which wish to be controlled through events.
 



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