org.jbpm.pvm.internal.history.events
Class TaskCreated

java.lang.Object
  extended by org.jbpm.pvm.internal.history.HistoryEvent
      extended by org.jbpm.pvm.internal.history.events.TaskCreated
All Implemented Interfaces:
java.io.Serializable

public class TaskCreated
extends HistoryEvent

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  TaskImpl task
           
 
Fields inherited from class org.jbpm.pvm.internal.history.HistoryEvent
execution
 
Constructor Summary
TaskCreated(TaskImpl task)
           
 
Method Summary
 TaskImpl getTask()
           
 void process()
           
 
Methods inherited from class org.jbpm.pvm.internal.history.HistoryEvent
fire, fire, getExecution, setExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

task

protected TaskImpl task
Constructor Detail

TaskCreated

public TaskCreated(TaskImpl task)
Method Detail

process

public void process()
Specified by:
process in class HistoryEvent

getTask

public TaskImpl getTask()


Copyright © 2010 JBoss Community. All Rights Reserved.