EventDriven
Package:
Summary:
Register and call event handlers
Groups:
Author:
Description:
This class can be used to register event handler functions and call handler functions.
It is a base class that can register callback functions that will be invoked when an event occurs.
Sub-classes can extend the class to trigger object specific events that make the base class call the registered callback functions.
It is a base class that can register callback functions that will be invoked when an event occurs.
Sub-classes can extend the class to trigger object specific events that make the base class call the registered callback functions.
Comments are closed.