Microsoft SDK for Java

removeActiveXControlListener

This method of the ActiveXControl Class removes an ActiveXControlListener object from the list of interested listeners. After this method is called, the component will no longer be notified on control hosting events.

Syntax

public void removeActiveXControlListener(ActiveXControlListener listener);

Parameters

listener The ActiveXControlListener object that will be removed.

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