|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.develop.jawin.WinFuncPtr
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 |
|
Constructor Detail |
public WinFuncPtr()
Method Detail |
protected abstract byte[] call(byte[] inargs, java.lang.Object[] inobjs) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |