wangting
2024-04-11 8d30e5d8d3d82fba826de46d33fc7be22e993f51
1
2
3
4
5
package com.vci.client.uif.engine.common.api;
 
public interface ICustomAction {
    public CustomActionResult actionPerformed(CustomActionEvent e) throws Exception;
}