public class OdsxServiceFactoryListener extends FwkListener implements javax.swing.event.MenuListener
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
fwkListener| Constructor and Description |
|---|
OdsxServiceFactoryListener(OdsxSessionProducerInterface producer)
Deprecated.
use the com.highqsoft.odsx.command.OdsxFactoryCommand instead.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
actionPerformed, actionPerformed, getSingeltongetPresentationString, getPresentationStringgetNiceVersion, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPresentationString, getPresentationStringreleasepublic static final java.lang.String version
public OdsxServiceFactoryListener(OdsxSessionProducerInterface producer)
producer - The session producer.public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class FwkListenerpublic void menuCanceled(javax.swing.event.MenuEvent ev)
menuCanceled in interface javax.swing.event.MenuListenermenuCanceled in class FwkListenerev - The menu event.public void menuDeselected(javax.swing.event.MenuEvent ev)
menuDeselected in interface javax.swing.event.MenuListenermenuDeselected in class FwkListenerev - The menu event.public void menuSelected(javax.swing.event.MenuEvent ev)
menuSelected in interface javax.swing.event.MenuListenermenuSelected in class FwkListenerev - The menu event.