Loading...
Searching...
No Matches
NCClusterMapObjectControllerListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
5
6
23DEFAULT_EXPORT_ATTRIBUTE
24@protocol NCClusterMapObjectControllerListener <NSObject>
25
41- (void)onClusterCreated:(nullable NCClusterMapObjectController *)controller
42 cluster:(nullable NCClusterMapObject *)cluster;
43
59- (void)onClusterDestroyed:(nullable NCClusterMapObjectController *)controller
60 clusterId:(int32_t)clusterId;
61
62@end