wangting
2024-04-16 0ae335556cd033125e06fff4463fe231eff160bc
1
2
3
4
5
package com.vci.client.uif.engine.common.api;
 
public interface ICustomAction {
    public CustomActionResult actionPerformed(CustomActionEvent e) throws Exception;
}