com.develop.jawin.win32
Class MSG

java.lang.Object
  |
  +--com.develop.jawin.win32.MSG

public class MSG
extends java.lang.Object


Field Summary
 int hwnd
           
 int lParam
           
static java.lang.String marshal
           
 int message
           
 POINT pt
           
 int time
           
 int wParam
           
 
Constructor Summary
MSG()
           
 
Method Summary
 void marshal(LittleEndianOutputStream leos, java.util.ArrayList objs)
           
 void marshalOut(LittleEndianInputStream leis, java.util.ArrayList objs)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

hwnd

public int hwnd

message

public int message

wParam

public int wParam

lParam

public int lParam

time

public int time

pt

public POINT pt

marshal

public static final java.lang.String marshal
Constructor Detail

MSG

public MSG()
Method Detail

marshal

public void marshal(LittleEndianOutputStream leos,
                    java.util.ArrayList objs)
             throws java.io.IOException

marshalOut

public void marshalOut(LittleEndianInputStream leis,
                       java.util.ArrayList objs)
                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).