📄 joinhandler.java
字号:
package org.jbpm.delegation;
import org.jbpm.*;
/**
* allows to specify all kinds of {@link org.jbpm.model.definition.Join}-behaviour,
* including run-time process-specific behaviour.
*/
public interface JoinHandler {
/**
* @param joinContext is the object that allows the Joiner-implementator to
* access the process-context in which this join is executed.
*/
void join( JoinContext joinContext ) throws ExecutionException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -