This method of the ActiveXControlListener Interface notifies an object after an ActiveX control has been created. After such notification, it is safe to call methods on the ActiveX control.
public void controlCreated(Object target);
target | The ActiveX control that was created. |