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