Package io.deephaven.enterprise.remote
Interface RemoteTableStateWatcher.Observer
- Enclosing interface:
- RemoteTableStateWatcher
public static interface RemoteTableStateWatcher.Observer
An Observer of state changes for this watcher.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onChanged
(@Nullable RemoteTableStateWatcher.StateToken current) Called when there is a change of state.
-
Method Details
-
onChanged
Called when there is a change of state.null
implies no state is available.- Parameters:
current
- the state.
-