businessproxy.java
来自「这个是使用java开发的一个平台」· Java 代码 · 共 21 行
JAVA
21 行
/*
* Created on 2005-8-15
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package com.exp.integration.osworkflow.function;
import java.util.Map;
import com.opensymphony.module.propertyset.PropertySet;
/**
* @author Administrator
*
* TODO To change the template for this generated type comment go to Window -
* Preferences - Java - Code Style - Code Templates
*/
public interface BusinessProxy {
void handle(Map transientVars, Map args, PropertySet ps);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?