com.prolifics.jni
Interface TogglebuttonHandler

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

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

togglebuttonExit

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

togglebuttonValidate

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