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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.prolifics.jni.TogglebuttonHandlerAdapter
All Implemented Interfaces:
TogglebuttonHandler

public class TogglebuttonHandlerAdapter
extends java.lang.Object
implements TogglebuttonHandler


Constructor Summary
TogglebuttonHandlerAdapter()
           
 
Method Summary
 int togglebuttonEntry(FieldInterface f, int item, int context)
           
 int togglebuttonExit(FieldInterface f, int item, int context)
           
 int togglebuttonValidate(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

TogglebuttonHandlerAdapter

public TogglebuttonHandlerAdapter()
Method Detail

togglebuttonEntry

public int togglebuttonEntry(FieldInterface f,
                             int item,
                             int context)
Specified by:
togglebuttonEntry in interface TogglebuttonHandler

togglebuttonExit

public int togglebuttonExit(FieldInterface f,
                            int item,
                            int context)
Specified by:
togglebuttonExit in interface TogglebuttonHandler

togglebuttonValidate

public int togglebuttonValidate(FieldInterface f,
                                int item,
                                int context)
Specified by:
togglebuttonValidate in interface TogglebuttonHandler