OOPerformanceEventWatchProtocol.h
1 #import <Foundation/Foundation.h>
2 
7 
12 @protocol OOPerformanceEventWatchProtocol <NSObject>
13 @property (nonatomic, readonly) NSSet *wantedNotifications;
14 -(void) onNotification:(NSNotification*)notification;
15 -(void) addStatisticsToBuilder:(OOPerformanceStatisticsSnapshotBuilder*)builder;
16 @end
Definition: OOPerformanceStatisticsSnapshot.h:18