|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SocketListener
The socket listener should be implemented by plugins that want to know when the whole systems connects or disconnects.
Maintainer: Matthias L. Jugel
Method Summary | |
---|---|
void |
connect(java.lang.String host,
int port)
Called if a connection should be established. |
void |
disconnect()
Called if the connection should be stopped. |
Method Detail |
---|
void connect(java.lang.String host, int port) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
void disconnect() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |