org.camunda.bpm.engine.impl.interceptor
Interface CommandContextListener

All Known Implementing Classes:
FailedJobListener, TaskEntity, TypedValueField

public interface CommandContextListener

Command context lifecycle events

Author:
Daniel Meyer

Method Summary
 void onCommandContextClose(CommandContext commandContext)
           
 void onCommandFailed(CommandContext commandContext, Throwable t)
           
 

Method Detail

onCommandContextClose

void onCommandContextClose(CommandContext commandContext)

onCommandFailed

void onCommandFailed(CommandContext commandContext,
                     Throwable t)


Copyright © 2016 camunda services GmbH. All rights reserved.