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