Package org.openmuc.j60870
Interface ServerEventListener
-
- All Superinterfaces:
java.util.EventListener
public interface ServerEventListener extends java.util.EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
connectionAttemptFailed(java.io.IOException e)
ConnectionEventListener
connectionIndication(Connection connection)
void
serverStoppedListeningIndication(java.io.IOException e)
This function is only called when an IOException in ServerSocket.accept() occurred which was not forced using ServerSap.stopListening()
-
-
-
Method Detail
-
connectionIndication
ConnectionEventListener connectionIndication(Connection connection)
-
serverStoppedListeningIndication
void serverStoppedListeningIndication(java.io.IOException e)
This function is only called when an IOException in ServerSocket.accept() occurred which was not forced using ServerSap.stopListening()- Parameters:
e
- The IOException caught form ServerSocket.accept()
-
connectionAttemptFailed
void connectionAttemptFailed(java.io.IOException e)
-
-