org.camunda.bpm.engine.impl.pvm.delegate
Interface TaskListener


Deprecated. use org.camunda.bpm.engine.delegate.TaskListener instead

public interface TaskListener

Author:
Tom Baeyens

Field Summary
static String EVENTNAME_ASSIGNMENT
          Deprecated.  
static String EVENTNAME_COMPLETE
          Deprecated.  
static String EVENTNAME_CREATE
          Deprecated.  
 
Method Summary
 void notify(DelegateTask delegateTask)
          Deprecated.  
 

Field Detail

EVENTNAME_CREATE

static final String EVENTNAME_CREATE
Deprecated. 
See Also:
Constant Field Values

EVENTNAME_ASSIGNMENT

static final String EVENTNAME_ASSIGNMENT
Deprecated. 
See Also:
Constant Field Values

EVENTNAME_COMPLETE

static final String EVENTNAME_COMPLETE
Deprecated. 
See Also:
Constant Field Values
Method Detail

notify

void notify(DelegateTask delegateTask)
Deprecated. 


Copyright © 2016 camunda services GmbH. All rights reserved.