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