yuxc
2025-01-03 13d547a9e0ab786e851eb20bbde6103265e1b465
1
2
3
4
5
package com.vci.client.uif.engine.common.api;
 
public interface ICustomAction {
    public CustomActionResult actionPerformed(CustomActionEvent e) throws Exception;
}