/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.uccollaborationlib;
import com.wilutions.com.*;
/**
* PreferredCapabilitiesChangedEventData.
* PreferredCapabilitiesChangedEventData Class which is used to get the endpoint capability
* type from the event OnPreferredCapabilitiesChanged in the interface
* _ICommunicatorClientEvent.
*/
@CoClass(guid="{CEC8BFBE-3E0E-4732-B3FE-5BABF6170F11}")
public class PreferredCapabilitiesChangedEventData extends Dispatch {
static boolean __typelib__loaded = __TypeLib.load();
public PreferredCapabilitiesChangedEventData() throws ComException {
super("{CEC8BFBE-3E0E-4732-B3FE-5BABF6170F11}");
}
protected PreferredCapabilitiesChangedEventData(long ndisp) {
super(ndisp);
}
public String toString() {
return "[PreferredCapabilitiesChangedEventData" + super.toString() + "]";
}
}