org.LatencyUtils
Interface PauseDetectorListener


public interface PauseDetectorListener

Accepts pause notification events.

All times and time units are in nanoseconds


Method Summary
 void handlePauseEvent(long pauseLength, long pauseEndTime)
          handle a pause event notification.
 

Method Detail

handlePauseEvent

void handlePauseEvent(long pauseLength,
                      long pauseEndTime)
handle a pause event notification.

Parameters:
pauseLength - Length of reported pause (in nanoseconds)
pauseEndTime - Time sampled at end of reported pause (in nanoTime units).