com.vodafone360.people.service.interfaces
Interface IWorkerThreadControl

All Known Implementing Classes:
RemoteService

public interface IWorkerThreadControl

Provides the engine manager with access for controlling the worker thread.


Method Summary
 void kickWorkerThread()
          Restarts the WorkerThread if it is in a sleeping or suspended state, ignored otherwise.
 

Method Detail

kickWorkerThread

void kickWorkerThread()
Restarts the WorkerThread if it is in a sleeping or suspended state, ignored otherwise. This method is called by various events including: new UI or network events or a wake up alarm set by an engine requiring periodic activity.



JavaDoc