/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * RoomMessageEventData. * RoomMessageEventData Class */ @CoClass(guid="{8D69EDCF-B7C8-4BD1-BFD2-08C8C5B1E030}") public class RoomMessageEventData extends Dispatch { static boolean __typelib__loaded = __TypeLib.load(); public RoomMessageEventData() throws ComException { super("{8D69EDCF-B7C8-4BD1-BFD2-08C8C5B1E030}"); } protected RoomMessageEventData(long ndisp) { super(ndisp); } public String toString() { return "[RoomMessageEventData" + super.toString() + "]"; } }