Package org.apache.log4j.net
Interface SocketNodeEventListener
- All Superinterfaces:
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 TypeMethodDescriptionvoid
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
Called when the SocketNode is created and begins awaiting data.- Parameters:
remoteInfo
- remote info
-
socketClosedEvent
Called when the socket the node was given has been closed.- Parameters:
e
- exception
-