wangting
2024-08-23 07f1af91f20c209cf1ff833d847b4399315d2087
1
2
3
4
5
package com.vci.client.uif.engine.common.api;
 
public interface ICustomAction {
    public CustomActionResult actionPerformed(CustomActionEvent e) throws Exception;
}