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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.prolifics.jni.ScaleHandlerAdapter
All Implemented Interfaces:
ScaleHandler

public class ScaleHandlerAdapter
extends java.lang.Object
implements ScaleHandler


Constructor Summary
ScaleHandlerAdapter()
           
 
Method Summary
 int scaleEntry(FieldInterface f, int item, int context)
           
 int scaleExit(FieldInterface f, int item, int context)
           
 int scaleValidate(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

ScaleHandlerAdapter

public ScaleHandlerAdapter()
Method Detail

scaleEntry

public int scaleEntry(FieldInterface f,
                      int item,
                      int context)
Specified by:
scaleEntry in interface ScaleHandler

scaleExit

public int scaleExit(FieldInterface f,
                     int item,
                     int context)
Specified by:
scaleExit in interface ScaleHandler

scaleValidate

public int scaleValidate(FieldInterface f,
                         int item,
                         int context)
Specified by:
scaleValidate in interface ScaleHandler