Interface RemoteTableStateWatcher.Observer

Enclosing interface:
RemoteTableStateWatcher

public static interface RemoteTableStateWatcher.Observer
An Observer of state changes for this watcher.
  • Method Details

    • onChanged

      void onChanged(@Nullable @Nullable RemoteTableStateWatcher.StateToken current)
      Called when there is a change of state. null implies no state is available.
      Parameters:
      current - the state.