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

Quick Search    Search Deep

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

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

public interface ActiveXHandler


Method Summary
 int activexEntry(FieldInterface f, int item, int context)
           
 int activexExit(FieldInterface f, int item, int context)
           
 int activexValidate(FieldInterface f, int item, int context)
           
 

Method Detail

activexEntry

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

activexExit

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

activexValidate

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