Methods | This Package | All Packages

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.