com.ooyala.android.performance.startend.PerformanceEventWatchStartEnd Class Reference
Inheritance diagram for com.ooyala.android.performance.startend.PerformanceEventWatchStartEnd:
com.ooyala.android.performance.PerformanceEventWatchInterface

Public Member Functions

 PerformanceEventWatchStartEnd (final PerformanceEventMatcherInterface start, final PerformanceEventMatcherInterface end)
 
String toString ()
 
Set< String > getWantedNotificationNames ()
 
void onNotification (final OoyalaNotification notification)
 
void addStatisticsToBuilder (final PerformanceStatisticsSnapshotBuilder builder)
 
void onNotification (OoyalaNotification notification)
 
void addStatisticsToBuilder (PerformanceStatisticsSnapshotBuilder builder)
 

Constructor & Destructor Documentation

com.ooyala.android.performance.startend.PerformanceEventWatchStartEnd.PerformanceEventWatchStartEnd ( final PerformanceEventMatcherInterface  start,
final PerformanceEventMatcherInterface  end 
)

Member Function Documentation

void com.ooyala.android.performance.PerformanceEventWatchInterface.addStatisticsToBuilder ( PerformanceStatisticsSnapshotBuilder  builder)
inherited
void com.ooyala.android.performance.startend.PerformanceEventWatchStartEnd.addStatisticsToBuilder ( final PerformanceStatisticsSnapshotBuilder  builder)
Set<String> com.ooyala.android.performance.startend.PerformanceEventWatchStartEnd.getWantedNotificationNames ( )
void com.ooyala.android.performance.PerformanceEventWatchInterface.onNotification ( OoyalaNotification  notification)
inherited
void com.ooyala.android.performance.startend.PerformanceEventWatchStartEnd.onNotification ( final OoyalaNotification  notification)
String com.ooyala.android.performance.startend.PerformanceEventWatchStartEnd.toString ( )