com.retek.commons.fsm
Class RcomRmmEvent

java.lang.Object
  extended bycom.retek.fsm.Event
      extended bycom.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)
           
 
Method Summary
protected  java.lang.Object clone()
           
 RcomRmmEventData getData()
          Return the event data for the rcom/rmm state model event.
 void setData(RcomRmmEventData data)
          Set the event data for the rcom/rmm state model event.
 
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
 

Constructor Detail

RcomRmmEvent

public RcomRmmEvent(com.retek.fsm.EventDescriptor descriptor)
Method Detail

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