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.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the socket the node was given has been closed.
    void
    socketOpened(String remoteInfo)
    Called when the SocketNode is created and begins awaiting data.
  • Method Details

    • 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