|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommunicationChannel
A communication channel is responsible for sending commands to the Python side. This interface is used by the callback framework.
Method Summary | |
---|---|
String |
sendCommand(String command)
|
void |
setUsed(boolean used)
|
void |
shutdown()
Note: shutdown() should NOT throw any exception |
void |
start()
|
boolean |
wasUsed()
|
Method Detail |
---|
void start() throws IOException
IOException
String sendCommand(String command)
void shutdown()
Note: shutdown() should NOT throw any exception
boolean wasUsed()
void setUsed(boolean used)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |