Register a notifiee for signals
@override void notify(Notifiee notifiee) { _notifieeLock.synchronized(() { _notifiees.add(notifiee); }); }