| 
 JNative project : see http://jnative.sf.net  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WindowProc
WindowProc this interface must be implemented to receive events from native window.
  $Id: WindowProc.java,v 1.2 2006/01/09 22:26:36 mdenty Exp $;
| Method Summary | |
|---|---|
 int | 
windowProc(int hwnd,
           int uMsg,
           int wParam,
           int lParam)
Method windowProc recieve events from native window  | 
| Method Detail | 
|---|
int windowProc(int hwnd,
               int uMsg,
               int wParam,
               int lParam)
hwnd - an int [in] Handle to the window.uMsg - an int [in] Specifies the message.wParam - an int [in] Specifies additional message information. The contents of this parameter depend on the value of the uMsg parameter.lParam - an int Specifies additional message information. The contents of this parameter depend on the value of the uMsg parameter.
  | 
 JNative project : see http://jnative.sf.net  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||