|
|||||||||
| Home >> All >> com >> prolifics >> [ jni overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.prolifics.jni
Class ButtonHandlerAdapter

java.lang.Objectcom.prolifics.jni.ButtonHandlerAdapter
- All Implemented Interfaces:
- ButtonHandler
- public class ButtonHandlerAdapter
- extends java.lang.Object
- implements ButtonHandler
- extends java.lang.Object
| Constructor Summary | |
ButtonHandlerAdapter()
|
|
| Method Summary | |
int |
buttonActivate(FieldInterface f,
int item)
|
int |
buttonEntry(FieldInterface f,
int item,
int context)
|
int |
buttonExit(FieldInterface f,
int item,
int context)
|
int |
buttonValidate(FieldInterface f,
int item,
int context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ButtonHandlerAdapter
public ButtonHandlerAdapter()
| Method Detail |
buttonEntry
public int buttonEntry(FieldInterface f, int item, int context)
- Specified by:
buttonEntryin interfaceButtonHandler
buttonExit
public int buttonExit(FieldInterface f, int item, int context)
- Specified by:
buttonExitin interfaceButtonHandler
buttonValidate
public int buttonValidate(FieldInterface f, int item, int context)
- Specified by:
buttonValidatein interfaceButtonHandler
buttonActivate
public int buttonActivate(FieldInterface f, int item)
- Specified by:
buttonActivatein interfaceButtonHandler
|
|||||||||
| Home >> All >> com >> prolifics >> [ jni overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.prolifics.jni.ButtonHandlerAdapter