/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.uccollaborationlib;
import com.wilutions.com.*;
/**
* DeviceCollectionEventData.
* DeviceCollectionEventData Class
*/
@CoClass(guid="{D0C49DF0-99EA-47C4-B735-9AF73E078423}")
public class DeviceCollectionEventData extends Dispatch {
static boolean __typelib__loaded = __TypeLib.load();
public DeviceCollectionEventData() throws ComException {
super("{D0C49DF0-99EA-47C4-B735-9AF73E078423}");
}
protected DeviceCollectionEventData(long ndisp) {
super(ndisp);
}
public String toString() {
return "[DeviceCollectionEventData" + super.toString() + "]";
}
}