Microsoft SDK for Java

IEvents Interface

Defines a callback interface for enumerating the events of a component.

package com.ms.wfc.core

public interface IEvents

Remarks

This interface is used in implementations of the getEvents method of IClassInfo. This method is passed an instance of IEvents and is responsible for calling IEvents.add to enumerate the events of the associated component class.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.