public class AsamCommanderPanel.ExecuteStateListener extends java.lang.Object implements FwkExecuteStateListenerInterface
| Modifier and Type | Field and Description |
|---|---|
protected AsamCommander |
commander |
| Constructor and Description |
|---|
AsamCommanderPanel.ExecuteStateListener(AsamCommander commander) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeStateChanged(FwkExecuteStateEventInterface ev)
This method will be called when the execute state changed.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
void |
release()
Release and purge the object.
|
protected AsamCommander commander
public AsamCommanderPanel.ExecuteStateListener(AsamCommander commander)
public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacepublic void release()
FwkInterfacerelease in interface FwkInterfacepublic void executeStateChanged(FwkExecuteStateEventInterface ev)
FwkExecuteStateListenerInterfaceexecuteStateChanged in interface FwkExecuteStateListenerInterface