public class FwkListener extends FwkPresentation implements FwkListenerInterface
,
Serialized Form| Modifier 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, getPresentationStringgetNiceVersion, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPresentationString, getPresentationStringreleasepublic static final java.lang.String version
public static FwkListener fwkListener
public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class FwkPresentationpublic static FwkListener getSingelton()
public void actionPerformed(java.awt.event.ActionEvent ev)
actionPerformed in interface java.awt.event.ActionListenerpublic void actionPerformed(FwkCommandInterface cmd)
public void menuCanceled(javax.swing.event.MenuEvent ev)
menuCanceled in interface javax.swing.event.MenuListenerev - The menu event.public void menuDeselected(javax.swing.event.MenuEvent ev)
menuDeselected in interface javax.swing.event.MenuListenerev - The menu event.public void menuSelected(javax.swing.event.MenuEvent ev)
menuSelected in interface javax.swing.event.MenuListenerev - The menu event.