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