Class ObserverPlan

java.lang.Object
  |
  +--ObserverPlan

public class ObserverPlan
extends java.lang.Object
implements java.util.Observer


Constructor Summary
ObserverPlan(char axe)
           
 
Method Summary
 int surface()
           
 void update(java.util.Observable o, java.lang.Object arg)
           
 void update(Volume o, java.lang.Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObserverPlan

public ObserverPlan(char axe)
Method Detail

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
Specified by:
update in interface java.util.Observer

update

public void update(Volume o,
                   java.lang.Object arg)

surface

public int surface()