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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.prolifics.jni.ScreenHandlerAdapter
All Implemented Interfaces:
ScreenHandler

public class ScreenHandlerAdapter
extends java.lang.Object
implements ScreenHandler


Constructor Summary
ScreenHandlerAdapter()
           
 
Method Summary
 void screenEntry(ScreenInterface s, int context)
           
 void screenExit(ScreenInterface s, int context)
           
 void screenKey(ScreenInterface s, int key)
           
 void screenWebEnter(ScreenInterface s)
           
 void screenWebExit(ScreenInterface s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenHandlerAdapter

public ScreenHandlerAdapter()
Method Detail

screenEntry

public void screenEntry(ScreenInterface s,
                        int context)
Specified by:
screenEntry in interface ScreenHandler

screenExit

public void screenExit(ScreenInterface s,
                       int context)
Specified by:
screenExit in interface ScreenHandler

screenKey

public void screenKey(ScreenInterface s,
                      int key)
Specified by:
screenKey in interface ScreenHandler

screenWebEnter

public void screenWebEnter(ScreenInterface s)
Specified by:
screenWebEnter in interface ScreenHandler

screenWebExit

public void screenWebExit(ScreenInterface s)
Specified by:
screenWebExit in interface ScreenHandler