Uses of Interface
w.eventbus.AsyncEvent
-
Uses of AsyncEvent in w.eventbus
Classes in w.eventbus that implement AsyncEventMethods in w.eventbus with type parameters of type AsyncEventModifier and TypeMethodDescription<E extends AsyncEvent>
@NotNull CompletableFuture<E>EventBus.dispatchAsync(E event) <E extends AsyncEvent>
@NotNull CompletableFuture<E>SimpleEventBus.dispatchAsync(E event) Methods in w.eventbus that return types with arguments of type AsyncEventModifier and TypeMethodDescription@NotNull CompletableFuture<@NotNull AsyncEvent>AsyncEvent.getDoneFuture()