emit method
- MapChangeNotification<
K, V> event
Emits a new event
.
May be used to explicitly notify the listeners of the changes.
Implementation
void emit(MapChangeNotification<K, V> event) {
_value.emit(event);
refresh();
}
Emits a new event
.
May be used to explicitly notify the listeners of the changes.
void emit(MapChangeNotification<K, V> event) {
_value.emit(event);
refresh();
}