QJCC homepage

biz.chitec.quarterback.util
Interface Controller

All Superinterfaces:
java.util.Observer

public interface Controller
extends java.util.Observer

Extended Observer for observing the Controllable.

Version:
$Id: 6e42f01de83b2e682dcac42b0c9da422bc297de8 $
Author:
Dirk Hillbrecht 1997-1999, chitec/Dirk Hillbrecht 2000. Distributed under the terms of the GNU LGPL.

Method Summary
 void setControllable(Controllable c)
          Sets the Controllable that should be observed.
 
Methods inherited from interface java.util.Observer
update
 

Method Detail

setControllable

public void setControllable(Controllable c)
Sets the Controllable that should be observed.


QJCC homepage