com.irisel.oms.guiom.control
Class OMSEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.irisel.oms.guiom.control.OMSEvent
All Implemented Interfaces:
java.io.Serializable

public class OMSEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int APPSRV_SVC_EVT
           
static int BIZ_EVT
           
static int DATA_EVT
           
static int UI_EVT
           
 
Constructor Summary
OMSEvent(OMSEventSource source, OMSAction action)
           
 
Method Summary
 OMSAction getAction()
           
 java.awt.event.ActionEvent getCausingEvent()
           
 java.lang.String getName()
           
 int getType()
           
 java.lang.Object[] getValue()
           
 void setCausingEvent(java.awt.event.ActionEvent causingEvent)
           
 void setName(java.lang.String name)
           
 void setType(int type)
           
 void setValue(java.lang.Object[] value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

OMSEvent

public OMSEvent(OMSEventSource source,
                OMSAction action)
Method Detail

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