com.vinay.ui.vinui.fw.core
Class UIEvent
java.lang.Object
java.util.EventObject
com.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
Fields inherited from class java.util.EventObject |
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 |
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
UIEvent
public UIEvent(java.lang.Object source)
- Parameters:
source
-
UIEvent
public UIEvent(Control control,
java.lang.String type)
getId
public int getId()