This method of the ActiveXControl Class adds an ActiveXControlListener object that listens to events sourced by the ActiveXControl class.
public void addActiveXControlListener(ActiveXControlListener listener);
listener | The ActiveXControlListener object that will sink events. |