Del via


IClusterChangeListener Interface

Definition

Listener for changes in the clusters.

public interface IClusterChangeListener
type IClusterChangeListener = interface
Public Interface IClusterChangeListener

Methods

OnClusterAdded(ClusterState)

Gets called after a new ClusterState has been added.

OnClusterChanged(ClusterState)

Gets called after an existing ClusterState has been changed.

OnClusterRemoved(ClusterState)

Gets called after an existing ClusterState has been removed.

Applies to