ClassInfo.getEvents

Overview | Methods | This Package | All Packages

ClassInfo.getEvents

Specifies the events of the component class.

Syntax

public void getEvents( IEvents events )

Parameters

events

An object implementing the IEvents interface that is used to enumerate the events.

Remarks

For each event, getEvents calls the add method of the events parameter. For a sample implementation, see the ClassInfo overview.