ants.messor
Interface Task

All Known Implementing Classes:
SimulatedTask

public interface Task

Version:
$Revision: 1.1 $
Author:
Alberto Montresor

Method Summary
 int getLoad()
          Returns the load associated to this task.
 void run()
          Method to be invoked to execute this task.
 

Method Detail

run

public void run()
Method to be invoked to execute this task.


getLoad

public int getLoad()
Returns the load associated to this task.