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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.prolifics.jni.GroupHandlerAdapter
All Implemented Interfaces:
GroupHandler

public class GroupHandlerAdapter
extends java.lang.Object
implements GroupHandler


Constructor Summary
GroupHandlerAdapter()
           
 
Method Summary
 int groupEntry(GroupInterface g, int context)
           
 int groupExit(GroupInterface g, int context)
           
 int groupValidate(GroupInterface g, int context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupHandlerAdapter

public GroupHandlerAdapter()
Method Detail

groupEntry

public int groupEntry(GroupInterface g,
                      int context)
Specified by:
groupEntry in interface GroupHandler

groupExit

public int groupExit(GroupInterface g,
                     int context)
Specified by:
groupExit in interface GroupHandler

groupValidate

public int groupValidate(GroupInterface g,
                         int context)
Specified by:
groupValidate in interface GroupHandler