gridsim.parallel.gui
Interface AllocationListener
- All Known Implementing Classes:
- ResourceWindow
public interface AllocationListener
AllocationListener interface has to be implemented by
classes that register with the allocation policy to receive
information about the scheduling of Gridlets. This is
mainly used by the visualisation tool to display information
about the scheduling queues.
- Since:
- 5.0
- Author:
- Marcos Dias de Assuncao
allocationActionPerformed
boolean allocationActionPerformed(AllocationAction action)
- This method has to be implemented by the listener
to handle the action
- Parameters:
action - the action taken by an entity
- Returns:
true if the action has been handled successfully
or false otherwise.
The University of Melbourne, Australia, 2009