Package xal.app.knobs

Class KnobElement.ConnectionHandler

  • All Implemented Interfaces:
    xal.ca.ConnectionListener
    Enclosing class:
    KnobElement

    protected class KnobElement.ConnectionHandler
    extends Object
    implements xal.ca.ConnectionListener
    Connection handler
    • Constructor Detail

      • ConnectionHandler

        protected ConnectionHandler()
    • Method Detail

      • connectionMade

        public void connectionMade​(xal.ca.Channel channel)
        handle the connection event
        Specified by:
        connectionMade in interface xal.ca.ConnectionListener
      • connectionDropped

        public void connectionDropped​(xal.ca.Channel channel)
        handle the disconnect event
        Specified by:
        connectionDropped in interface xal.ca.ConnectionListener