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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.prolifics.jni.ActiveXHandlerAdapter
All Implemented Interfaces:
ActiveXHandler

public class ActiveXHandlerAdapter
extends java.lang.Object
implements ActiveXHandler


Constructor Summary
ActiveXHandlerAdapter()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveXHandlerAdapter

public ActiveXHandlerAdapter()
Method Detail

activexEntry

public int activexEntry(FieldInterface f,
                        int item,
                        int context)
Specified by:
activexEntry in interface ActiveXHandler

activexExit

public int activexExit(FieldInterface f,
                       int item,
                       int context)
Specified by:
activexExit in interface ActiveXHandler

activexValidate

public int activexValidate(FieldInterface f,
                           int item,
                           int context)
Specified by:
activexValidate in interface ActiveXHandler