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