Uses of Class
org.indi.server.Observer

Uses of Observer in org.indi.server
 

Subclasses of Observer in org.indi.server
 class SimpleObserver
          an object to desribing which vector to observe, how to observe it and which callback to call if it changeds
 

Fields in org.indi.server with type parameters of type Observer
protected  java.util.Set<Observer> BasicDevice.observers
          A set registered observers, obsering changes of this device
 java.util.Set<Observer> IndiServer.observers
          the set of registered oberservers observing changes of a particular property of a particular driver
 

Methods in org.indi.server that return Observer
 Observer BasicDevice.subscribe(java.lang.String device, java.lang.String name, ObserverState state)
          Register a new observer callback with the server.
 

Methods in org.indi.server with parameters of type Observer
 void IndiServer.addObserver(Observer o)
          add a new observer to the server
 void IndiServer.removeObserver(Observer o)
          remove an existing obeserver from the server.
 void BasicDevice.unsubscribe(Observer o)
          remove the given observer.
 



Copyright © 2008. All Rights Reserved.