com.prolifics.jni
Interface ScreenHandler

All Known Implementing Classes:
ScreenHandlerAdapter

public interface ScreenHandler


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)
           
 

Method Detail

screenEntry

void screenEntry(ScreenInterface s,
                 int context)

screenExit

void screenExit(ScreenInterface s,
                int context)

screenKey

void screenKey(ScreenInterface s,
               int key)

screenWebEnter

void screenWebEnter(ScreenInterface s)

screenWebExit

void screenWebExit(ScreenInterface s)