Part of vmc.contrib.gtkmvc.model View In Hierarchy
| Method | __init__ | Undocumented |
Inherited from Model:
| Method | register_property | Registers an existing property to be monitored, and sets |
| Method | has_property | Returns true if given property name refers an observable |
| Method | register_observer | Undocumented |
| Method | unregister_observer | Undocumented |
| Method | _reset_property_notification | Called when it has be done an assignment that changes the |
| Method | __add_observer_notification | Searches in the observer for any possible listener, and |
| Method | __remove_observer_notification | Undocumented |
| Method | __notify_observer__ | This can be overridden by derived class in order to call |
| Method | notify_property_value_change | Undocumented |
| Method | notify_method_before_change | Undocumented |
| Method | notify_method_after_change | Undocumented |
| Method | notify_signal_emit | Undocumented |