move event tracking to new tracker.py file

some api cleanups
This commit is contained in:
holger krekel
2020-02-22 21:25:39 +01:00
parent 57311d731e
commit cf6391d51b
5 changed files with 107 additions and 41 deletions

View File

@@ -23,3 +23,7 @@ class AccountHookSpecs:
@account_hookspec
def process_low_level_event(self, event_name, data1, data2):
""" process a CFFI low level events for a given account. """
@account_hookspec
def configure_completed(self, success):
""" Called when a configure process completed. """