/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * _ISelf2Events. * _ISelf2Events Interface */ @CoInterface(guid="{3C43A2BE-BA4A-41E8-8F93-A9DC5F091892}") public interface _ISelf2Events extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(5020) public void onOnAlertLevelChanged(final ISelf _eventSource, final IAlertLevelChangedEventData _eventData) throws ComException; }