/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * ActiveVideoDeviceChangedEventData. * ActiveVideoDeviceChangedEventData Class */ @CoClass(guid="{A6B0C293-C498-44D5-BAC4-B66C3B41FA46}") public class ActiveVideoDeviceChangedEventData extends Dispatch { static boolean __typelib__loaded = __TypeLib.load(); public ActiveVideoDeviceChangedEventData() throws ComException { super("{A6B0C293-C498-44D5-BAC4-B66C3B41FA46}"); } protected ActiveVideoDeviceChangedEventData(long ndisp) { super(ndisp); } public String toString() { return "[ActiveVideoDeviceChangedEventData" + super.toString() + "]"; } }