public class CoroutineEvent extends de.esoco.lib.event.GenericEvent<Continuation<?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
CoroutineEvent.EventType
The available event types.
|
| Constructor and Description |
|---|
CoroutineEvent(Continuation<?> rContinuation,
CoroutineEvent.EventType eType)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
CoroutineEvent.EventType |
getType()
Returns the event type.
|
protected java.lang.String |
paramString() |
public CoroutineEvent(Continuation<?> rContinuation, CoroutineEvent.EventType eType)
rContinuation - The continuation of the coroutine executioneType - The event typepublic CoroutineEvent.EventType getType()
protected java.lang.String paramString()
paramString in class de.esoco.lib.event.GenericEvent<Continuation<?>>