/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.stdole.impl;
import com.wilutions.com.*;
@SuppressWarnings("all")
public class IFontEventsDispImpl extends com.wilutions.mslib.stdole.impl.FontEventsImpl implements com.wilutions.mslib.stdole.IFontEventsDisp {
public IFontEventsDispImpl(String progId) throws ComException {
super(progId);
}
protected IFontEventsDispImpl(long ndisp) {
super(ndisp);
}
public String toString() {
return "[IFontEventsDispImpl" + super.toString() + "]";
}
}