wangting
2024-03-21 95c9b015dc124b35c77fd013e9ce921262ea41a3
1
2
3
4
5
package com.vci.client.uif.engine.common.api;
 
public interface ICustomAction {
    public CustomActionResult actionPerformed(CustomActionEvent e) throws Exception;
}