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 Details

    • TestListenerAny

      public TestListenerAny()
  • Method Details