Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.activeX   Previous This
Package
Next

 


Interface ActiveXControlListener

public interface ActiveXControlListener extends java.util.EventListener
{
  // Methods
  public void controlCreated(Object target);
}

This interface 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.

EventListener
  |
  +--ActiveXControlListener

Methods

controlCreated

public void controlCreated(Object target);

Notifies an object after an ActiveX control has been created. After such notification, it is safe to call methods on the ActiveX control.

Return Value:

No return value.

ParameterDescription
target The ActiveX control that was created.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.