com.vinay.ui.vinui.fw.core
Class UIEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.vinay.ui.vinui.fw.core.UIEvent
All Implemented Interfaces:
java.io.Serializable

public class UIEvent
extends java.util.EventObject

The event that is associated with UI element action

Author:
Vinay Nath
See Also:
Serialized Form

Field Summary
static int ONCLICK
           
static int ONDBLCLICK
           
static int ONKEYDOWN
           
static int ONKEYPRESS
           
static int ONKEYUP
           
static int ONMOUSEDOWN
           
static int ONMOUSEMOVE
           
static int ONMOUSEOUT
           
static int ONMOUSEOVER
           
static int ONMOUSEUP
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UIEvent(Control control, java.lang.String type)
           
UIEvent(java.lang.Object source)
           
 
Method Summary
 int getId()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ONCLICK

public static final int ONCLICK
See Also:
Constant Field Values

ONDBLCLICK

public static final int ONDBLCLICK
See Also:
Constant Field Values

ONMOUSEDOWN

public static final int ONMOUSEDOWN
See Also:
Constant Field Values

ONMOUSEUP

public static final int ONMOUSEUP
See Also:
Constant Field Values

ONMOUSEOVER

public static final int ONMOUSEOVER
See Also:
Constant Field Values

ONMOUSEMOVE

public static final int ONMOUSEMOVE
See Also:
Constant Field Values

ONMOUSEOUT

public static final int ONMOUSEOUT
See Also:
Constant Field Values

ONKEYPRESS

public static final int ONKEYPRESS
See Also:
Constant Field Values

ONKEYDOWN

public static final int ONKEYDOWN
See Also:
Constant Field Values

ONKEYUP

public static final int ONKEYUP
See Also:
Constant Field Values
Constructor Detail

UIEvent

public UIEvent(java.lang.Object source)
Parameters:
source -

UIEvent

public UIEvent(Control control,
               java.lang.String type)
Method Detail

getId

public int getId()