Package jetbrains.buildServer.util
Interface UptodateValue.UpdateCallback<T>
-
- Enclosing class:
- UptodateValue<T>
public static interface UptodateValue.UpdateCallback<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onValueChanged(T newValue)
-
-
-
Method Detail
-
onValueChanged
void onValueChanged(T newValue)
-
-