田源
2024-10-25 0a9310e9dd5befd7f273ded52eb6c4df484542b7
1
2
3
4
5
package com.vci.client.uif.engine.common.api;
 
public interface ICustomAction {
    public CustomActionResult actionPerformed(CustomActionEvent e) throws Exception;
}