java.lang.Object
org.sejda.tests.TestListenerFactory.TestListenerFailed
- All Implemented Interfaces:
EventListener<TaskExecutionFailedEvent>
- Enclosing class:
- TestListenerFactory
public static class TestListenerFactory.TestListenerFailed
extends Object
implements EventListener<TaskExecutionFailedEvent>
Simple listener to use during tests. Listens for a start event.
- Author:
- Andrea Vacondio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisFailed()voidonEvent(TaskExecutionFailedEvent event)
-
Constructor Details
-
TestListenerFailed
public TestListenerFailed()
-
-
Method Details
-
onEvent
- Specified by:
onEventin interfaceEventListener<TaskExecutionFailedEvent>
-
isFailed
public boolean isFailed()
-