org.drools.event
Class RuleFlowStartedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.drools.event.RuleFlowEvent
          extended by org.drools.event.RuleFlowStartedEvent
All Implemented Interfaces:
java.io.Serializable

public class RuleFlowStartedEvent
extends RuleFlowEvent

Author:
Kris Verlaenen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RuleFlowStartedEvent(RuleFlowProcessInstance instance)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.drools.event.RuleFlowEvent
getRuleFlowProcessInstance
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleFlowStartedEvent

public RuleFlowStartedEvent(RuleFlowProcessInstance instance)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject