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, wait
processWillTerminate
public void startNotified(ProcessEvent event)
startNotified
in interface ProcessListener
public void processTerminated(ProcessEvent event)
processTerminated
in interface ProcessListener
public void onTextAvailable(ProcessEvent event, Key outputType)
onTextAvailable
in interface ProcessListener