public interface

CurrentStateChangeListener

org.apache.helix.CurrentStateChangeListener
Known Indirect Subclasses

Class Overview

Interface to implement to respond to changes in the current state

Summary

Public Methods
abstract void onStateChange(String instanceName, List<CurrentState> statesInfo, NotificationContext changeContext)
Invoked when current state changes

Public Methods

public abstract void onStateChange (String instanceName, List<CurrentState> statesInfo, NotificationContext changeContext)

Invoked when current state changes

Parameters
instanceName name of the instance whose state changed
statesInfo a list of the current states
changeContext the change event and state