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()
FwkInterfacegetVersion in interface FwkInterfacepublic void executeOutput(FwkExecuteOutputEventInterface ev)
FwkExecuteOutputListenerInterfaceexecuteOutput in interface FwkExecuteOutputListenerInterfacepublic void release()
FwkInterfacerelease in interface FwkInterface