protected class FwkToggleCommand.PCL extends java.lang.Object implements FwkPropertyChangeListenerInterface
Modifier | Constructor and Description |
---|---|
protected |
FwkToggleCommand.PCL() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
void |
propertyChange(java.beans.PropertyChangeEvent evt)
This method gets called when a bound property is changed.
|
void |
release()
Release and purge the object.
|
public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
evt
- A PropertyChangeEvent object describing the event source
and the property that has changed.public java.lang.String getVersion()
getVersion
in interface FwkInterface
public void release()
release
in interface FwkInterface