public static class RunEventReplay.AnotherThreadPrintingEventListener extends RunEventReplay.ThreadPrintingEventListener implements ReplayAware
| Constructor and Description | 
|---|
| RunEventReplay.AnotherThreadPrintingEventListener() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterReplay()Invoked when a replay has finished. | 
| void | beforeReplay()Invoked when a replay is started. | 
| void | onReplayFailed(Throwable cause)Invoked when a replay has failed due to an exception. | 
onEventpublic RunEventReplay.AnotherThreadPrintingEventListener()
public void beforeReplay()
ReplayAwarebeforeReplay in interface ReplayAwarepublic void afterReplay()
ReplayAwareafterReplay in interface ReplayAwarepublic void onReplayFailed(Throwable cause)
ReplayAwareonReplayFailed in interface ReplayAwarecause - The exception that stopped the replay;Copyright © 2010-2014. All Rights Reserved.