@JsFunction
public static interface CallbackProperty.Callback<T>
| Modifier and Type | Method and Description |
|---|---|
T |
function(JulianDate time,
T result)
A function that returns the value of the property.
|
T function(JulianDate time, T result)
time - The time for which to retrieve the value.result - The object to store the value into, if omitted, a new instance is created and returned.Copyright © 2019. All rights reserved.