blob: e2f21cb6526041e2dbe249501c2e2c6a829c7b74 [file] [log] [blame]
package chip.clusterinfo;
/** Interface for a callback that delegates to {@link ClusterCommandCallback}. */
public interface DelegatedClusterCallback {
void setCallbackDelegate(ClusterCommandCallback callback);
}