ABL also supports static events that are associated with a class type rather than a class instance as for instance events. Unless otherwise specified, any reference to a class event in this manual refers to an instance event. For more information on static class members, see
Usingstatic members of a class.
You can publish and subscribe event handlers to class events by calling built-in methods (
event methods) that ABL supports only on class events. For more information on the event methods for publishing and responding to class events, see
Publishing and responding to class events. For more information on defining class events, see
Definingevents within a class.