The ActiveXControlListener Interface of the com.ms.ActiveX package provides a method that notifies an object after a Microsoft® ActiveX® control has been created. After the control has been created, it is safe to call methods on the ActiveX control.
public interface ActiveXControlListener extends java.util.EventListener { // Methods public void controlCreated(Object target); }
EventListener | +--ActiveXControlListener