com.distributed.api
Interface TimerTask

All Known Implementing Classes:
ConsensusFinder

public interface TimerTask

Interface to be implement if Timer is used


Method Summary
 void runTask()
          Task to be performed when Timer goes off
 

Method Detail

runTask

public void runTask()
Task to be performed when Timer goes off