Module org.sejda.tests
Package org.sejda.tests
Class TestListenerFactory.TestListenerAny<T extends AbstractNotificationEvent>
java.lang.Object
org.sejda.tests.TestListenerFactory.TestListenerAny<T>
- All Implemented Interfaces:
EventListener<T>
- Enclosing class:
- TestListenerFactory
public static class TestListenerFactory.TestListenerAny<T extends AbstractNotificationEvent>
extends Object
implements EventListener<T>
Simple listener to use during tests. General purpose, can listen on any event
- Author:
- Andrea Vacondio
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestListenerAny
public TestListenerAny()
-
-
Method Details
-
onEvent
- Specified by:
onEventin interfaceEventListener<T extends AbstractNotificationEvent>
-
hasListened
public boolean hasListened()
-