org.drools.event
Class AfterProcessAddedEvent

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

public class AfterProcessAddedEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AfterProcessAddedEvent(org.drools.definition.process.Process process)
           
 
Method Summary
 org.drools.definition.process.Process getProcess()
           
 String toString()
           
 
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

AfterProcessAddedEvent

public AfterProcessAddedEvent(org.drools.definition.process.Process process)
Method Detail

getProcess

public org.drools.definition.process.Process getProcess()

toString

public String toString()
Overrides:
toString in class EventObject


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.