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 SummaryModifier and TypeMethodDescriptionvoidonChanged(@Nullable RemoteTableStateWatcher.StateToken current) Called when there is a change of state.
- 
Method Details- 
onChangedCalled when there is a change of state.nullimplies no state is available.- Parameters:
- current- the state.
 
 
-