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