| Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object
|
+--java.util.Observable
|
+--Controleur
| Constructor Summary | |
| Controleur(Fenetre aFenetre)
|
|
| Method Summary | |
| void | update(java.util.Observable source,
java.lang.Object arg)
this method is called when the search button has been pushed |
| Methods inherited from class java.util.Observable | |
| addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged | |
| Methods inherited from class java.lang.Object | |
| clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait | |
| Constructor Detail |
public Controleur(Fenetre aFenetre)
| Method Detail |
public void update(java.util.Observable source,
java.lang.Object arg)
| Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||