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