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