xiejun
2024-08-30 572d37bdbc6d9a5024bc3cd895e7bd8215e68651
1
2
3
4
5
package com.vci.client.uif.engine.common.api;
 
public interface ICustomAction {
    public CustomActionResult actionPerformed(CustomActionEvent e) throws Exception;
}