/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * _IDelegatorClientEvents. * _IDelegatorClientEvents Interface */ @CoInterface(guid="{92A9EB9B-85EE-444E-A302-00C3C945BAA4}") public interface _IDelegatorClientEvents extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(100) public void onOnStateChanged(final IClient _eventSource, final IClientStateChangedEventData _eventData) throws ComException; }