bookExamples.ch19Events.observables
Class ObserverOfPoint3d

java.lang.Object
  extended by bookExamples.ch19Events.observables.ObserverOfPoint3d
All Implemented Interfaces:
java.util.Observer

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


Constructor Summary
ObserverOfPoint3d()
           
 
Method Summary
 void update(java.util.Observable observable, java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObserverOfPoint3d

public ObserverOfPoint3d()
Method Detail

update

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