dangsn
2024-12-30 863a1758e3b7e44bbc5b3d287cefafd7202b6201
1
2
3
4
5
package com.vci.client.uif.engine.common.api;
 
public interface ICustomAction {
    public CustomActionResult actionPerformed(CustomActionEvent e) throws Exception;
}