org.drools.event
Class BeforeProcessAddedEvent

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

public class BeforeProcessAddedEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BeforeProcessAddedEvent(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

BeforeProcessAddedEvent

public BeforeProcessAddedEvent(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-2013 JBoss Inc.. All Rights Reserved.