public interface IEvents
The IEvents interface is a callback interface that is used in implementations of the getEvents() method of the IClassInfo interface. An implementation of IClassInfo.getEvents() is provided an instance of the IEvents interface and is responsible for calling the add() method to enumerate the events of the associated component class.
Methods
Name | Description |
---|---|
add(EventInfo e) | Defines an event. |
remove(EventInfo e) | Removes an event. |
Defines an event.
Removes an event.