Package xal.ca

Class MonitorCache.ConnectionEventHandler

java.lang.Object
xal.ca.MonitorCache.ConnectionEventHandler
All Implemented Interfaces:
ConnectionListener
Enclosing class:
MonitorCache

protected class MonitorCache.ConnectionEventHandler extends Object implements ConnectionListener
Handle connection events
  • Constructor Details

    • ConnectionEventHandler

      protected ConnectionEventHandler()
  • Method Details

    • connectionMade

      public void connectionMade(Channel channel)
      Indicates that a connection to the specified channel has been established.
      Specified by:
      connectionMade in interface ConnectionListener
      Parameters:
      channel - The channel which has been connected.
    • connectionDropped

      public void connectionDropped(Channel channel)
      Indicates that a connection to the specified channel has been dropped.
      Specified by:
      connectionDropped in interface ConnectionListener
      Parameters:
      channel - The channel which has been disconnected.