/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib.impl; import com.wilutions.com.*; @SuppressWarnings("all") @CoClass(guid="{39EC743F-4057-9B61-3C39-98BD4F6A606F}") public class IConversationWindowNeedsAttentionEventDataImpl extends Dispatch implements com.wilutions.mslib.uccollaborationlib.IConversationWindowNeedsAttentionEventData { public IConversationWindowNeedsAttentionEventDataImpl(String progId) throws ComException { super(progId, "{F97BED54-E434-4020-A197-F15AEA9D9C95}"); } protected IConversationWindowNeedsAttentionEventDataImpl(long ndisp) { super(ndisp); } public String toString() { return "[IConversationWindowNeedsAttentionEventDataImpl" + super.toString() + "]"; } }