/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * _IUCOfficeIntegrationEvents. * _IUCOfficeIntegrationEvents Interface */ @CoInterface(guid="{8C9B6953-33CC-4A04-9DA4-F71AE79DA0C0}") public interface _IUCOfficeIntegrationEvents extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(50) public void onOnShuttingDown() throws ComException; }