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