JavaEpics
Class JavaEPICS

java.lang.Object
  extended by JavaEpics.JavaEPICS
All Implemented Interfaces:
gov.aps.jca.event.ConnectionListener, gov.aps.jca.event.MonitorListener, java.util.EventListener

public class JavaEPICS
extends java.lang.Object
implements gov.aps.jca.event.ConnectionListener, gov.aps.jca.event.MonitorListener


Field Summary
(package private)  boolean monitored
           
(package private)  boolean nowConnected
           
 
Constructor Summary
JavaEPICS(java.lang.String[] args)
           
 
Method Summary
 void connectionChanged(gov.aps.jca.event.ConnectionEvent ev)
           
static void main(java.lang.String[] args)
           
 void monitorChanged(gov.aps.jca.event.MonitorEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nowConnected

boolean nowConnected

monitored

boolean monitored
Constructor Detail

JavaEPICS

JavaEPICS(java.lang.String[] args)
Method Detail

connectionChanged

public void connectionChanged(gov.aps.jca.event.ConnectionEvent ev)
Specified by:
connectionChanged in interface gov.aps.jca.event.ConnectionListener

monitorChanged

public void monitorChanged(gov.aps.jca.event.MonitorEvent ev)
Specified by:
monitorChanged in interface gov.aps.jca.event.MonitorListener

main

public static void main(java.lang.String[] args)