public class P2DDialogActionListener extends FwkListener implements java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
version |
fwkListener
Constructor and Description |
---|
P2DDialogActionListener()
Constructors.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent ev)
This method defines what action to perform.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
actionPerformed, getSingelton, menuCanceled, menuDeselected, menuSelected
getPresentationString, getPresentationString
getNiceVersion, release
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPresentationString, getPresentationString
release
public static final java.lang.String version
public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
getVersion
in class FwkListener
public void actionPerformed(java.awt.event.ActionEvent ev)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class FwkListener
ev
- The action event.