public class TaskListenerInvocation extends DelegateInvocation
TaskListeners
Modifier and Type | Field and Description |
---|---|
protected DelegateTask |
delegateTask |
protected TaskListener |
executionListenerInstance |
invocationParameters, invocationResult
Constructor and Description |
---|
TaskListenerInvocation(TaskListener executionListenerInstance,
DelegateTask delegateTask) |
Modifier and Type | Method and Description |
---|---|
Object |
getTarget()
returns the target of the current invocation, ie.
|
protected void |
invoke() |
getInvocationParameters, getInvocationResult, proceed
protected final TaskListener executionListenerInstance
protected final DelegateTask delegateTask
public TaskListenerInvocation(TaskListener executionListenerInstance, DelegateTask delegateTask)
protected void invoke()
invoke
in class DelegateInvocation
public Object getTarget()
DelegateInvocation
getTarget
in class DelegateInvocation
Copyright © 2015 Alfresco. All rights reserved.