public class EventWrapper
extends java.lang.Object
Constructor and Description |
---|
EventWrapper(Event e) |
Modifier and Type | Method and Description |
---|---|
void |
addException(java.lang.Exception e) |
void |
await() |
void |
countDown() |
Event |
getEvent() |
java.util.List<java.lang.Exception> |
getExceptions() |
public EventWrapper(Event e)
public Event getEvent()
public void countDown()
public void await() throws java.lang.InterruptedException
java.lang.InterruptedException
public void addException(java.lang.Exception e)
public java.util.List<java.lang.Exception> getExceptions()