|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Visualizer
Interface implemented by a visualisation tool.
| Method Summary | |
|---|---|
void |
notifyListeners(AllocationAction action)
Notifies a listener about the action performed |
void |
notifyListeners(int subjectId,
ActionType actionType,
boolean shouldPause)
Notifies the listeners about the action performed |
void |
notifyListeners(int subjectId,
ActionType actionType,
boolean pause,
LinkedList<ScheduleItem> itemList)
Notifies the listener about the action performed |
void |
notifyListeners(int subjectId,
ActionType actionType,
boolean pause,
ScheduleItem item)
Notifies the listeners about the action performed |
| Method Detail |
|---|
void notifyListeners(int subjectId,
ActionType actionType,
boolean pause,
LinkedList<ScheduleItem> itemList)
subjectId - the subject, or entity, that created the actionactionType - the action performedpause - indicates whether the simulation should be paused after
notifying the listeners. true indicates that it should pause and
false means that it should not.itemList - the list of schedule items to provide to the listenersActionType
void notifyListeners(int subjectId,
ActionType actionType,
boolean pause,
ScheduleItem item)
subjectId - the subject, or entity, that created the actionactionType - the action performedpause - indicates whether the simulation should be paused after
notifying the listeners. true indicates that it should pause and
false means that it should not.item - the schedule item to provide to the listenersActionType
void notifyListeners(int subjectId,
ActionType actionType,
boolean shouldPause)
subjectId - the subject, or entity, that created the actionactionType - the action performedshouldPause - indicates whether the simulation should be paused after
notifying the listeners. true indicates that it should pause and
false means that it should not.ActionTypevoid notifyListeners(AllocationAction action)
action - the action performedActionType
|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||