Part of wader.cli.behaviour View In Hierarchy
| Method | __init__ | Undocumented |
| Class | Auth | We override Behaviour.Auth because we want a reference of the config |
Inherited from Behaviour:
| Method | __repr__ | Undocumented |
| Method | _try_execute_callback | Undocumented |
| Method | register_callback_for_signal | Register callback for signal
|
| Method | register_errback_for_signal | Register errback for signal
|
| Method | on_notification_received | Called whenever a notification is received |
| Method | _transition_to | Transitions to state mode
|
| Method | error_handler | Executed whenever an error occurs on one of my sub-state machines |
| Method | start | Undocumented |
| Class | Init | Init is the second state, after successfully authenticating with |
| Class | NetReg | NetReg tries to register with the network and do the right thing. |
| Class | ImDone | final state |