class AccountManager: (source)
I am responsible for managing a user's accounts.
That is, remembering what accounts are available, their settings, adding and removal of accounts, etc.
| Method | __init__ |
Undocumented |
| Method | addAccount |
Undocumented |
| Method | connect |
|
| Method | delAccount |
Undocumented |
| Method | disconnect |
Undocumented |
| Method | getConnectionInfo |
Undocumented |
| Method | getSnapShot |
A snapshot of all the accounts and their status. |
| Method | isEmpty |
Undocumented |
| Method | quit |
Undocumented |
| Instance Variable | accounts |
A collection of available accounts. |