public class OdsxNewSessionListener
extends javax.swing.AbstractAction
implements java.awt.event.ActionListener
,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
class |
OdsxNewSessionListener.NewSessionThread |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
| Constructor and Description |
|---|
OdsxNewSessionListener(OdsxSessionConnectInterface controller) |
OdsxNewSessionListener(OdsxSessionConnectInterface controller,
java.awt.Container dialogParent) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent ev)
This method publishes the description of a new
session on the FwkDataBus.
|
java.lang.String |
getVersion() |
public static final java.lang.String version
public OdsxNewSessionListener(OdsxSessionConnectInterface controller)
public OdsxNewSessionListener(OdsxSessionConnectInterface controller, java.awt.Container dialogParent)
public java.lang.String getVersion()
public void actionPerformed(java.awt.event.ActionEvent ev)
actionPerformed in interface java.awt.event.ActionListenerev - The action event.