Package com.metsci.glimpse.util.var2
Interface ReadableVar<V>
-
- All Superinterfaces:
ActivityListenable
- All Known Subinterfaces:
Var<V>
- All Known Implementing Classes:
ReadableVarDerived
,ReadableVarDerivedCaching
,VarBasic
,VarDerived
public interface ReadableVar<V> extends ActivityListenable
-
-
Field Summary
-
Fields inherited from interface com.metsci.glimpse.util.var2.ActivityListenable
ALL, COMPLETED
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
v()
-
Methods inherited from interface com.metsci.glimpse.util.var2.ActivityListenable
addListener, addListener, addListener, addListener, addListener, addListener, all, completed
-
-
-
-
Method Detail
-
v
V v()
-
-