This is a mixin class. Application classes can become a CK_EventCallback by inheriting this class and implementing the eventCallback() function. This function is called by CK_Event objects when the event expires. See CK_Event for more information.
This member function should be implemented by application classes that inherid CK_EventCallback. It is called when a CK_Event expires.
Parameters
- event
- The CK_Event that expired. This is passed to the callback so that the CK_Event can be re-queued or deleted.
- param
- An application-supplied parameter passed from the CK_Event object to the callback.