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