EAEExxtractorStatsRequesting

Objective-C

@protocol EAEExxtractorStatsRequesting <NSObject>

/*!
 Method the performs the request that post an statistic on the exxtractor
 
 @param stat The statistic
 */
- (void) postStat: (EAEStat *) stat;

@end

Swift

protocol EAEExxtractorStatsRequesting : NSObjectProtocol

Undocumented