|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISimulationGUI
Parent interface of all GUI that display some data of the simulation.
| JEDI V 2.2 |
| Created the 10th Nov. 2008 |
| Modified the 5th May 2009 |
| Yoann Kubera |
| SMAC Team (Systèmes Multi-Agents et Comportement) |
| LIFL (Laboratoire d'Informatique Fondamentale de Lille) |
| University of Lille, France |
| Method Summary | |
|---|---|
void |
addObserver(java.util.Observer o)
Adds an observer to this GUI |
void |
notifyObservers(ISimulationEvent m)
Notifies a message to all observers registered to this GUI. |
void |
removeObserver(java.util.Observer o)
Removes an observer from this GUI |
| Method Detail |
|---|
void addObserver(java.util.Observer o)
o - The observer to add to the GUIvoid removeObserver(java.util.Observer o)
o - The observer to add to the GUIvoid notifyObservers(ISimulationEvent m)
m - The notified event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||