History for CallbackCode
??changed:- <hr> <pre> class Callback: """A class that handles the method for an event.""" def __init__(self): """Construct the instance.""" return def __del__(self): """Destroy the instance.""" return def execute(self, aReason): """Executes the method.""" return </pre> <hr>