gov.aps.epics.jca
Interface ConnectionListener

All Superinterfaces:
java.util.EventListener

public interface ConnectionListener
extends java.util.EventListener

The listener interface for receiving ConnectionEvents.

See Also:
Channel

Method Summary
 void connectionChanged(gov.aps.epics.jca.ConnectionEvent ev)
           
 

Method Detail

connectionChanged

public void connectionChanged(gov.aps.epics.jca.ConnectionEvent ev)