com.irisel.oms.guiom.control
Class OMSEvent
java.lang.Object
java.util.EventObject
com.irisel.oms.guiom.control.OMSEvent
- All Implemented Interfaces:
- java.io.Serializable
public class OMSEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UI_EVT
public static final int UI_EVT
- See Also:
- Constant Field Values
DATA_EVT
public static final int DATA_EVT
- See Also:
- Constant Field Values
BIZ_EVT
public static final int BIZ_EVT
- See Also:
- Constant Field Values
APPSRV_SVC_EVT
public static final int APPSRV_SVC_EVT
- See Also:
- Constant Field Values
OMSEvent
public OMSEvent(OMSEventSource source,
OMSAction action)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getType
public int getType()
setType
public void setType(int type)
getValue
public java.lang.Object[] getValue()
setValue
public void setValue(java.lang.Object[] value)
getCausingEvent
public java.awt.event.ActionEvent getCausingEvent()
setCausingEvent
public void setCausingEvent(java.awt.event.ActionEvent causingEvent)
getAction
public OMSAction getAction()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.EventObject