Called when the AxHost object is ready to create the underlying ActiveX object.
protected void attachInterfaces()
Classes that extend AxHost should override this method. Within an overridden version of this method, the extending class should call getOcx to retrieve its own interface. The getOcx method should generally not be called before this method is called.
Additionally, a call to the begin method results in the invocation of attachInterfaces.