com.develop.jawin.win32
Class WNDPROC

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

public abstract class WNDPROC
extends WinFuncPtr


Field Summary
static java.lang.String marshal
           
static int token
           
 
Constructor Summary
WNDPROC()
           
 
Method Summary
protected  byte[] call(byte[] inargs, java.lang.Object[] inobjs)
           
abstract  int call(int hwnd, int msg, int wParam, int lParam)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

marshal

public static final java.lang.String marshal

token

public static final int token
Constructor Detail

WNDPROC

public WNDPROC()
Method Detail

call

public abstract int call(int hwnd,
                         int msg,
                         int wParam,
                         int lParam)
                  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).