com.retek.commons.fsm
Class RcomRmmEvent
java.lang.Object
com.retek.fsm.Event
com.retek.commons.fsm.RcomRmmEvent
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public final class RcomRmmEvent
- extends com.retek.fsm.Event
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
RcomRmmEvent(com.retek.fsm.EventDescriptor descriptor)
|
Methods inherited from class com.retek.fsm.Event |
equals, getEventDescriptor, hashCode, isTransitionNotificationExceptionFlag, setEventDescriptor, setTransitionNotificationExceptionFlag, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
RcomRmmEvent
public RcomRmmEvent(com.retek.fsm.EventDescriptor descriptor)
getData
public RcomRmmEventData getData()
- Return the event data for the rcom/rmm state model event.
- Returns:
- RcomRmmEventData event data
setData
public void setData(RcomRmmEventData data)
- Set the event data for the rcom/rmm state model event.
- Parameters:
data
- event data
clone
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25