bec_lib.callback_handler#

This module contains the CallbackHandler class to handle callbacks. The CallbackHandler class is used to register and run callbacks for different event types. The CallbackRegister class is used to register callbacks in a with statement.

Classes

CallbackEntry

Callback entry class to store callback information

CallbackHandler

Callback handler class

CallbackRegister

Callback register class to register callbacks in a with statement

EventType

Event types