|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessController
The process controller. Can be used to start or stop it.
Method Summary | |
---|---|
void |
sendMessage(java.lang.String message)
Send a message to the process. |
void |
start()
Start the process. |
void |
stop()
Stop the process, calls java.lang.Process.distroy() |
Method Detail |
---|
void start()
void stop()
void sendMessage(java.lang.String message) throws java.lang.Exception
message
- The message.
java.lang.Exception
- The exception
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |