|
Oxygen XML Editor 13.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface ProcessControllerThe 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 13.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||