Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.prolifics.jni
Class CheckboxHandlerAdapter  view CheckboxHandlerAdapter download CheckboxHandlerAdapter.java

java.lang.Object
  extended bycom.prolifics.jni.CheckboxHandlerAdapter
All Implemented Interfaces:
CheckboxHandler

public class CheckboxHandlerAdapter
extends java.lang.Object
implements CheckboxHandler


Constructor Summary
CheckboxHandlerAdapter()
           
 
Method Summary
 int checkboxEntry(FieldInterface f, int item, int context)
           
 int checkboxExit(FieldInterface f, int item, int context)
           
 int checkboxValidate(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

CheckboxHandlerAdapter

public CheckboxHandlerAdapter()
Method Detail

checkboxEntry

public int checkboxEntry(FieldInterface f,
                         int item,
                         int context)
Specified by:
checkboxEntry in interface CheckboxHandler

checkboxExit

public int checkboxExit(FieldInterface f,
                        int item,
                        int context)
Specified by:
checkboxExit in interface CheckboxHandler

checkboxValidate

public int checkboxValidate(FieldInterface f,
                            int item,
                            int context)
Specified by:
checkboxValidate in interface CheckboxHandler