Class EventBroadcastJob
-
- All Implemented Interfaces:
@JvmInline() public final class EventBroadcastJob
-
-
Field Summary
Fields Modifier and Type Field Description private final Jobjob
-
Constructor Summary
Constructors Constructor Description EventBroadcastJob(Job job)
-
Method Summary
Modifier and Type Method Description final JobgetJob()final UnitonSuccess(Function0<Unit> action)final UnitthenBroadcast(EventDispatcher eventDispatcher, SuspendFunction0<Event> event)-
-
Method Detail
-
getJob
final Job getJob()
-
thenBroadcast
final Unit thenBroadcast(EventDispatcher eventDispatcher, SuspendFunction0<Event> event)
-
-
-
-