public class UIDelegate extends java.lang.Object implements OMSEventListener
| Constructor and Description |
|---|
UIDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
about() |
void |
exitApp()
Exit the Application
|
void |
flush() |
static java.lang.String |
getExtension(java.io.File f) |
void |
invokeById(int frameId,
OMSEvent ev)
The event MUST encapsulate:
Object[] args = (Object[]) ev.value;
String methodName = (String) args[0];
Class[] methodClasses = (Class[]) args[1];
Object[] methodArgs = (Object[]) args[2];
And the resulting method MUST exist in the implementation class.
|
java.lang.String |
onEvent(OMSEvent e) |
java.lang.Integer |
openForm(OMSEvent e) |
void |
toggleDeskMode(OMSEvent e) |
void |
uncaughtException(java.lang.Thread t,
java.lang.Throwable e) |
public java.lang.String onEvent(OMSEvent e) throws GuiException
onEvent in interface OMSEventListenerGuiExceptionpublic java.lang.Integer openForm(OMSEvent e) throws GuiException
GuiExceptionpublic void invokeById(int frameId,
OMSEvent ev)
public void toggleDeskMode(OMSEvent e)
public void about()
public void exitApp()
public void uncaughtException(java.lang.Thread t,
java.lang.Throwable e)
public static java.lang.String getExtension(java.io.File f)
public void flush()