Package xal.app.knobs
Class KnobElement.ConnectionHandler
- java.lang.Object
-
- xal.app.knobs.KnobElement.ConnectionHandler
-
- All Implemented Interfaces:
xal.ca.ConnectionListener
- Enclosing class:
- KnobElement
protected class KnobElement.ConnectionHandler extends Object implements xal.ca.ConnectionListener
Connection handler
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedConnectionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconnectionDropped(xal.ca.Channel channel)handle the disconnect eventvoidconnectionMade(xal.ca.Channel channel)handle the connection event
-
-
-
Method Detail
-
connectionMade
public void connectionMade(xal.ca.Channel channel)
handle the connection event- Specified by:
connectionMadein interfacexal.ca.ConnectionListener
-
connectionDropped
public void connectionDropped(xal.ca.Channel channel)
handle the disconnect event- Specified by:
connectionDroppedin interfacexal.ca.ConnectionListener
-
-