|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectVisualizerAdaptor
public class VisualizerAdaptor
Adaptor that implements Visualizer interface,
but contains empty methods.
Visualizer| Constructor Summary | |
|---|---|
VisualizerAdaptor()
|
|
| Method Summary | |
|---|---|
void |
notifyListeners(AllocationAction action)
Notifies a listener about the action performed NOTE: As this class is an adaptor, this method is empty. |
void |
notifyListeners(int subjectId,
ActionType actionType,
boolean pause)
Notifies the listeners about the action performed NOTE: As this class is an adaptor, this method is empty. |
void |
notifyListeners(int subjectId,
ActionType actionType,
boolean pause,
LinkedList<ScheduleItem> itemList)
Notifies the listener about the action performed NOTE: As this class is an adaptor, this method is empty. |
void |
notifyListeners(int subjectId,
ActionType actionType,
boolean pause,
ScheduleItem item)
Notifies the listeners about the action performed NOTE: As this class is an adaptor, this method is empty. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VisualizerAdaptor()
| Method Detail |
|---|
public void notifyListeners(int subjectId,
ActionType actionType,
boolean pause,
LinkedList<ScheduleItem> itemList)
notifyListeners in interface VisualizersubjectId - the subject, or entity, that created the actionactionType - the action performedpause - whether the simulation should be pauseditemList - the list of schedule items to provide to the listenersActionType
public void notifyListeners(int subjectId,
ActionType actionType,
boolean pause,
ScheduleItem item)
notifyListeners in interface VisualizersubjectId - the subject, or entity, that created the actionactionType - the action performedpause - whether the simulation should be pauseditem - the schedule item to provide to the listenersActionType
public void notifyListeners(int subjectId,
ActionType actionType,
boolean pause)
notifyListeners in interface VisualizersubjectId - the subject, or entity, that created the actionactionType - the action performedpause - whether the simulation should be pausedActionTypepublic void notifyListeners(AllocationAction action)
notifyListeners in interface Visualizeraction - the action performedActionType
|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||