Uses of Interface
org.indi.server.ObserverCallback

Uses of ObserverCallback in org.indi.server
 

Subinterfaces of ObserverCallback in org.indi.server
 interface Device
          The basic interface implemented by device drivers
 

Classes in org.indi.server that implement ObserverCallback
 class BasicDevice
          Basic implementation of the device interface.
 class ExternalDevice
          A class to allow indidrivers written in C to interact with this indiserver writing in Java.
 class Observer
          An minimal implementation of an observer callback
 class SimpleObserver
          an object to desribing which vector to observe, how to observe it and which callback to call if it changeds
 class SmartDevice
           
 

Constructors in org.indi.server with parameters of type ObserverCallback
SimpleObserver(java.lang.String device, java.lang.String name, ObserverState state, ObserverCallback callback)
          class constructor
 



Copyright © 2008. All Rights Reserved.