ludc
2024-10-08 435e3366a85f797ce02008698c28c9a8ca73b4a6
1
2
3
4
5
package com.vci.client.uif.engine.common.api;
 
public interface ICustomAction {
    public CustomActionResult actionPerformed(CustomActionEvent e) throws Exception;
}