Part of vmc.gtk.behaviour View In Hierarchy
Method | __init__ | Undocumented |
Class | Auth | We override Behaviour.Auth because we want a reference of the view |
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 | PreInit | PreInit is the initial state, here we will set up the communication |
Class | PostInit | PostInit is the third state, after successfully authenticating with |
Class | NetReg | NetReg tries to register with the network and do the right thing. |
Class | ImDone | final state |
Inherited from Modal (via Behaviour):
Class | nil | Undocumented |
Method | transitionTo | Undocumented |