org.apache.log4j.net
Interface SocketNodeEventListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- SocketHubReceiver
- 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.
- Since:
- 1.3
- Author:
- Mark Womack, Paul Smith
socketOpened
public void socketOpened(String remoteInfo)
- Called when the SocketNode is created and begins awaiting data.
socketClosedEvent
public void socketClosedEvent(Exception e)
- Called when the socket the node was given has been closed.
Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.