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