public static class FwkExecuteCommand.StandardOutputListener extends java.lang.Object implements FwkExecuteOutputListenerInterface
Constructor and Description |
---|
FwkExecuteCommand.StandardOutputListener() |
Modifier and Type | Method and Description |
---|---|
void |
executeOutput(FwkExecuteOutputEventInterface ev)
This method will be called when the execute process send an output.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
void |
release()
Release and purge the object.
|
public FwkExecuteCommand.StandardOutputListener()
public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
public void executeOutput(FwkExecuteOutputEventInterface ev)
FwkExecuteOutputListenerInterface
executeOutput
in interface FwkExecuteOutputListenerInterface
public void release()
FwkInterface
release
in interface FwkInterface