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

Quick Search    Search Deep

com.prolifics.jni
Interface TogglebuttonHandler  view TogglebuttonHandler download TogglebuttonHandler.java

All Known Subinterfaces:
FieldHandler
All Known Implementing Classes:
FieldHandlerAdapter, TogglebuttonHandlerAdapter

public interface TogglebuttonHandler


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)
           
 

Method Detail

togglebuttonEntry

public int togglebuttonEntry(FieldInterface f,
                             int item,
                             int context)

togglebuttonExit

public int togglebuttonExit(FieldInterface f,
                            int item,
                            int context)

togglebuttonValidate

public int togglebuttonValidate(FieldInterface f,
                                int item,
                                int context)