/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * IActivePresenterChangedEventData. * IActivePresenterChangedEventData Interface */ @CoInterface(guid="{48B3099D-841D-4CAA-9202-5787596E2BD2}") public interface IActivePresenterChangedEventData extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(1610743808) public IParticipant getActivePresenter() throws ComException; }