public interface EventHandlerInterface
Modifier and Type | Method and Description |
---|---|
int |
DEFAULT() |
int |
gotoapp()
This event should be called only as a result of the browser URL being
changed to the target application, presumably by the JSP code.
|
int |
handleEvent(java.lang.String methodName,
WebClientEvent event) |
int |
handleEvent(WebClientEvent event) |
int |
helpabout() |
int |
loadapp()
This event should be called only as a result of the browser URL being
changed to the target application, presumably by the JSP code.
|
int |
PASSWORD() |
int |
PERSONAL() |
int |
rerender() |
int |
resetui() |
void |
setWebClientSession(WebClientSession wcs) |
int |
signout() |
int |
startcenter() |
int handleEvent(WebClientEvent event) throws java.lang.NoSuchMethodException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
int handleEvent(java.lang.String methodName, WebClientEvent event) throws java.lang.NoSuchMethodException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
int loadapp()
The URL needs to set:
Create an instance of the target application, clears the application stack for the current session and puts the new application on the stack
int gotoapp()
The URL needs to set:
Create an instance of the target application, set its applink mode flag (so that it is aware of the application being run in link mode), and push the new application on th etop of the application stack for the current session
int rerender()
int startcenter()
int resetui()
void setWebClientSession(WebClientSession wcs)
int signout() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
int PASSWORD()
int PERSONAL()
int DEFAULT()
int helpabout()