/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * AlertLevelChangedEventData. * AlertLevelChangedEventData Coclass */ @CoClass(guid="{17374941-9877-429F-A88C-8ECD0BFC49D4}") public class AlertLevelChangedEventData extends Dispatch { static boolean __typelib__loaded = __TypeLib.load(); public AlertLevelChangedEventData() throws ComException { super("{17374941-9877-429F-A88C-8ECD0BFC49D4}"); } protected AlertLevelChangedEventData(long ndisp) { super(ndisp); } public String toString() { return "[AlertLevelChangedEventData" + super.toString() + "]"; } }