com.develop.jawin
Class WinFuncPtr

java.lang.Object
  |
  +--com.develop.jawin.WinFuncPtr
Direct Known Subclasses:
HandlerRoutine, WNDPROC

public abstract class WinFuncPtr
extends java.lang.Object

Extend WinFuncPtr to implement a win32 callback function WinFuncPtr is an abstract class instead of interface so that the method can be marked protected


Constructor Summary
WinFuncPtr()
           
 
Method Summary
protected abstract  byte[] call(byte[] inargs, java.lang.Object[] inobjs)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

WinFuncPtr

public WinFuncPtr()
Method Detail

call

protected abstract byte[] call(byte[] inargs,
                               java.lang.Object[] inobjs)
                        throws java.io.IOException


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