@FunctionalInterface public static interface KeyedStateBackend.KeySelectionListener<K>
KeyedStateBackend.setCurrentKey(K)
is called (key context changes).Modifier and Type | Method and Description |
---|---|
void |
keySelected(K newKey)
Callback when key context is switched.
|
void keySelected(K newKey)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.