Class CoroutineEvent

  • All Implemented Interfaces:
    de.esoco.lib.event.Event<Continuation<?>>

    public class CoroutineEvent
    extends de.esoco.lib.event.GenericEvent<Continuation<?>>
    The event object for coroutine events.
    • Constructor Detail

      • CoroutineEvent

        public CoroutineEvent​(Continuation<?> continuation,
                              CoroutineEvent.EventType type)
        Creates a new instance.
        Parameters:
        continuation - The continuation of the coroutine execution
        type - The event type
    • Method Detail

      • paramString

        protected java.lang.String paramString()
        Overrides:
        paramString in class de.esoco.lib.event.GenericEvent<Continuation<?>>