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