org.camunda.bpm.engine.impl.pvm.process
Interface ScopeImpl.BacklogErrorCallback

Enclosing class:
ScopeImpl

public static interface ScopeImpl.BacklogErrorCallback

Represents the backlog error callback interface. Contains a callback method, which is called if the activity in the backlog is not read till the end of parsing.


Method Summary
 void callback()
          In error case the callback will called.
 

Method Detail

callback

void callback()
In error case the callback will called.



Copyright © 2016 camunda services GmbH. All rights reserved.