public abstract class ProcessAdapter extends java.lang.Object implements ProcessListener
| Constructor and Description |
|---|
ProcessAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onTextAvailable(ProcessEvent event,
Key outputType) |
void |
processTerminated(ProcessEvent event) |
void |
startNotified(ProcessEvent event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessWillTerminatepublic void startNotified(ProcessEvent event)
startNotified in interface ProcessListenerpublic void processTerminated(ProcessEvent event)
processTerminated in interface ProcessListenerpublic void onTextAvailable(ProcessEvent event, Key outputType)
onTextAvailable in interface ProcessListener