FutureWrapper
Value members
Concrete methods
Inherited methods
Synchronously dispatches an update to all currently registered listeners. Non fatal exceptions are caught on a per-listener basis without stopping the dispatch.
Synchronously dispatches an update to all currently registered listeners. Non fatal exceptions are caught on a per-listener basis without stopping the dispatch.
- Inherited from
- ModelImpl
- Inherited from
- Future
Removes all listeners. This is useful when disposing the model, to remove any unnecessary references.
Removes all listeners. This is useful when disposing the model, to remove any unnecessary references.
- Inherited from
- ModelImpl
Subclasses can override this to issue particular actions when the first listener has been registered
Subclasses can override this to issue particular actions when the first listener has been registered
- Inherited from
- ModelImpl
Subclasses can override this to issue particular actions when the last listener has been unregistered
Subclasses can override this to issue particular actions when the last listener has been unregistered
- Inherited from
- ModelImpl