Interface SocketNodeEventListener

  • All Superinterfaces:
    EventListener

    public interface SocketNodeEventListener
    extends EventListener
    Interface used to listen for SocketNode related events. Clients register an instance of the interface and the instance is called back when the various events occur.
    Author:
    Mark Womack, Paul Smith (psmith@apache.org)
    • Method Detail

      • socketOpened

        void socketOpened​(String remoteInfo)
        Called when the SocketNode is created and begins awaiting data.
        Parameters:
        remoteInfo - remote info
      • socketClosedEvent

        void socketClosedEvent​(Exception e)
        Called when the socket the node was given has been closed.
        Parameters:
        e - exception