public interface FeatureContextUpdateReceiver
Receiver for feature context updates.
abstract Unit
onContextUpdate(String featureName, Map<String, Object> event)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@AnyThread() abstract Unit onContextUpdate(String featureName, Map<String, Object> event)
Called when the context for a feature is updated.
featureName
event