documentationfor yFiles for HTML 3.0-EAP3

Future<T>

A helper holder class that can contain a value of a specific type.

Inheritance Hierarchy
Future
Implemented Interfaces

Remarks

Typically hasValue will be false until at a later point in time onValueDetermined is called and the value and hasValue properties are being updated and the property-changed event is triggered.

Type Parameters

T
The type of the

Type Details

yFiles module
view

Properties

Methods

Events