com.ooyala.android.performance.matcher.PerformanceEventMatcherInterface Interface Reference
Inheritance diagram for com.ooyala.android.performance.matcher.PerformanceEventMatcherInterface:
com.ooyala.android.performance.matcher.PerformanceNotificationNameMatcher com.ooyala.android.performance.matcher.PerformanceNotificationNameStateMatcher

Public Member Functions

String getNotificationName ()
 
boolean matches (OoyalaNotification notification)
 
String getReportName ()
 

Member Function Documentation

String com.ooyala.android.performance.matcher.PerformanceEventMatcherInterface.getNotificationName ( )
String com.ooyala.android.performance.matcher.PerformanceEventMatcherInterface.getReportName ( )
Returns
a string identifying this matcher for use in pretty printing performnace reports.

Implemented in com.ooyala.android.performance.matcher.PerformanceNotificationNameStateMatcher, and com.ooyala.android.performance.matcher.PerformanceNotificationNameMatcher.

boolean com.ooyala.android.performance.matcher.PerformanceEventMatcherInterface.matches ( OoyalaNotification  notification)
Parameters
notificationnon-null.
Returns
true if the given notification's name matches our registered notification name.
See also
getNotificationName()