Microsoft SDK for Java

ActiveXControlListener Interface

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);
}

Hierarchy

EventListener
  |
  +--ActiveXControlListener

© 1999 Microsoft Corporation. All rights reserved. Terms of use.