JxrPlatformAdapter.AnchorEntity.PersistStateChangeListener


public interface JxrPlatformAdapter.AnchorEntity.PersistStateChangeListener


Interface for listening to Anchor persist state changes.

Summary

Public methods

abstract void

Called when the persist state of the anchor changes.

Public methods

onPersistStateChanged

Added in 1.0.0-alpha03
abstract void onPersistStateChanged(
    @NonNull JxrPlatformAdapter.AnchorEntity.PersistState newPersistState
)

Called when the persist state of the anchor changes.

Parameters
@NonNull JxrPlatformAdapter.AnchorEntity.PersistState newPersistState

The new persist state of the anchor.