operator << method
Receives notifications from a Listenable.
Implementation
T operator <<(Listenable other) {
other.addListener(notifyListeners);
return this;
}
Receives notifications from a Listenable.
T operator <<(Listenable other) {
other.addListener(notifyListeners);
return this;
}