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