java.lang.Object
com.prolifics.jni.ScreenHandlerAdapter
- All Implemented Interfaces:
- ScreenHandler
- public class ScreenHandlerAdapter
- extends java.lang.Object
- implements ScreenHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScreenHandlerAdapter
public ScreenHandlerAdapter()
screenEntry
public void screenEntry(ScreenInterface s,
int context)
- Specified by:
screenEntry in interface ScreenHandler
screenExit
public void screenExit(ScreenInterface s,
int context)
- Specified by:
screenExit in interface ScreenHandler
screenKey
public void screenKey(ScreenInterface s,
int key)
- Specified by:
screenKey in interface ScreenHandler
screenWebEnter
public void screenWebEnter(ScreenInterface s)
- Specified by:
screenWebEnter in interface ScreenHandler
screenWebExit
public void screenWebExit(ScreenInterface s)
- Specified by:
screenWebExit in interface ScreenHandler