public class FwkListener extends FwkPresentation implements FwkListenerInterface
,
Serialized FormModifier and Type | Field and Description |
---|---|
static FwkListener |
fwkListener |
static java.lang.String |
version |
Constructor and Description |
---|
FwkListener() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent ev)
The action callback.
|
void |
actionPerformed(FwkCommandInterface cmd)
The action callback.
|
static FwkListener |
getSingelton()
Get the instance of the listener.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
void |
menuCanceled(javax.swing.event.MenuEvent ev)
This method defines what to do if the menu is canceled.
|
void |
menuDeselected(javax.swing.event.MenuEvent ev)
This method defines what to do if the menu is deselected.
|
void |
menuSelected(javax.swing.event.MenuEvent ev)
This method defines what to do if the menu is selected.
|
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 static FwkListener fwkListener
public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
getVersion
in class FwkPresentation
public static FwkListener getSingelton()
public void actionPerformed(java.awt.event.ActionEvent ev)
actionPerformed
in interface java.awt.event.ActionListener
public void actionPerformed(FwkCommandInterface cmd)
public void menuCanceled(javax.swing.event.MenuEvent ev)
menuCanceled
in interface javax.swing.event.MenuListener
ev
- The menu event.public void menuDeselected(javax.swing.event.MenuEvent ev)
menuDeselected
in interface javax.swing.event.MenuListener
ev
- The menu event.public void menuSelected(javax.swing.event.MenuEvent ev)
menuSelected
in interface javax.swing.event.MenuListener
ev
- The menu event.