Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class Controleur

java.lang.Object
  |
  +--java.util.Observable
        |
        +--Controleur

public class Controleur
extends java.util.Observable
implements java.util.Observer
this class is used to be the interface between the main frame and the search implementation


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

Controleur

public Controleur(Fenetre aFenetre)
Method Detail

update

public void update(java.util.Observable source,
                   java.lang.Object arg)
this method is called when the search button has been pushed
Specified by:
update(java.util.Observable, java.lang.Object) in interface java.util.Observer

Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD