Exemplo n.º 1
0
 def on_destroy(self):
     LauncherConfig.remove_listener(self)
Exemplo n.º 2
0
 def on_parent_destroyed(self):
     print("ImplicitConfigHandler.on_parent_destroyed")
     LauncherConfig.remove_listener(self)
     LauncherSettings.remove_listener(self)
Exemplo n.º 3
0
 def on_destroy(self):
     LauncherConfig.remove_listener(self)
Exemplo n.º 4
0
 def on_parent_destroyed(self):
     print("ConfigBehavior: remove_listener", self._parent())
     LauncherConfig.remove_listener(self)
Exemplo n.º 5
0
 def on_destroy(self):
     print("on_destroy")
     LauncherConfig.remove_listener(self)
Exemplo n.º 6
0
 def on_destroy(self):
     print("on_destroy")
     LauncherConfig.remove_listener(self)
Exemplo n.º 7
0
 def on_destroy(self):
     print("on_destroy")
     LauncherConfig.remove_listener(self)
     LauncherSignal.remove_listener("settings_updated", self)
     LauncherSignal.remove_listener("device_list_updated", self)
Exemplo n.º 8
0
 def on_parent_destroyed(self):
     print("ConfigBehavior: remove_listener", self._parent())
     LauncherConfig.remove_listener(self)