public class DummyTestListener extends Object implements EventListener
Modifier and Type | Field and Description |
---|---|
static List<Event> |
EVENTS_RECEIVED |
static String |
threadName |
Constructor and Description |
---|
DummyTestListener() |
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static void |
clearForThisThread() |
void |
handleEvent(Event event)
Handle the given event.
|
public static final List<Event> EVENTS_RECEIVED
public static String threadName
public DummyTestListener()
public void handleEvent(Event event)
EventListener
Event.cancel()
handleEvent
in interface EventListener
event
- the eventpublic static void clear()
public static void clearForThisThread()
Copyright © 2016 Nuxeo SA. All rights reserved.