Lines Matching refs:Notifier
1077 class Notifier: class
1398 class ThreadedNotifier(threading.Thread, Notifier):
1439 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
1452 Notifier.stop(self)
1487 class TornadoAsyncNotifier(Notifier):
1510 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
1516 Notifier.stop(self)
1529 class AsyncioNotifier(Notifier):
1551 Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
1557 Notifier.stop(self)
2283 notifier = Notifier(wm, default_proc_fun=Stats(), read_freq=5)
2285 notifier = Notifier(wm, default_proc_fun=PrintAllEvents())