public class OdsxServiceFactoryListener extends FwkListener implements javax.swing.event.MenuListener
,
Serialized FormModifier 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, getSingelton
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 OdsxServiceFactoryListener(OdsxSessionProducerInterface producer)
producer
- The session producer.public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
getVersion
in class FwkListener
public void menuCanceled(javax.swing.event.MenuEvent ev)
menuCanceled
in interface javax.swing.event.MenuListener
menuCanceled
in class FwkListener
ev
- The menu event.public void menuDeselected(javax.swing.event.MenuEvent ev)
menuDeselected
in interface javax.swing.event.MenuListener
menuDeselected
in class FwkListener
ev
- The menu event.public void menuSelected(javax.swing.event.MenuEvent ev)
menuSelected
in interface javax.swing.event.MenuListener
menuSelected
in class FwkListener
ev
- The menu event.