com.develop.jawin.win32
Class HandlerRoutine

java.lang.Object
  |
  +--com.develop.jawin.WinFuncPtr
        |
        +--com.develop.jawin.win32.HandlerRoutine

public abstract class HandlerRoutine
extends WinFuncPtr


Field Summary
static int CTRL_BREAK_EVENT
           
static int CTRL_C_EVENT
           
static int CTRL_CLOSE_EVENT
           
static int CTRL_LOGOFF_EVENT
           
static int CTRL_SHUTDOWN_EVENT
           
static java.lang.String marshal
           
 
Constructor Summary
HandlerRoutine()
           
 
Method Summary
protected  byte[] call(byte[] inargs, java.lang.Object[] inobjs)
           
abstract  boolean call(long dwCtrlType)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

CTRL_C_EVENT

public static final int CTRL_C_EVENT

CTRL_BREAK_EVENT

public static final int CTRL_BREAK_EVENT

CTRL_CLOSE_EVENT

public static final int CTRL_CLOSE_EVENT

CTRL_LOGOFF_EVENT

public static final int CTRL_LOGOFF_EVENT

CTRL_SHUTDOWN_EVENT

public static final int CTRL_SHUTDOWN_EVENT

marshal

public static final java.lang.String marshal
Constructor Detail

HandlerRoutine

public HandlerRoutine()
Method Detail

call

public abstract boolean call(long dwCtrlType)
                      throws java.io.IOException

call

protected byte[] call(byte[] inargs,
                      java.lang.Object[] inobjs)
               throws java.io.IOException
Overrides:
call in class WinFuncPtr


New Jawin designed by Vitally Shelest. This product includes software developed by the DevelopMentor OpenSource Project (http://www.develop.com/OpenSource).