<OOPerformanceEventWatchProtocol > Protocol Reference

Minimal stuff an OOPerformanceEventWatch object should implement. More...

#import <OOPerformanceEventWatchProtocol.h>

+ Inheritance diagram for <OOPerformanceEventWatchProtocol >:

Instance Methods

(void) - onNotification:
 
(void) - addStatisticsToBuilder:
 

Properties

NSSet * wantedNotifications
 NSSet of *NSStrings. More...
 

Detailed Description

Minimal stuff an OOPerformanceEventWatch object should implement.

Notficiation events of interest; a method to call when they are seen; and a way to get statistics results from those.

Method Documentation

- (void OOPerformanceEventWatchProtocol) addStatisticsToBuilder: (OOPerformanceStatisticsSnapshotBuilder *)  builder
- (void OOPerformanceEventWatchProtocol) onNotification: (NSNotification *)  notification

Property Documentation

- (NSSet* OOPerformanceEventWatchProtocol) wantedNotifications
readnonatomicassign

NSSet of *NSStrings.


The documentation for this protocol was generated from the following file: