Package w.eventbus

Interface AsyncEvent

All Superinterfaces:
Event
All Known Implementing Classes:
AbstractAsyncEvent

public interface AsyncEvent extends Event
Author:
whilein
  • Method Details

    • getDoneFuture

      @NotNull @NotNull CompletableFuture<@NotNull AsyncEvent> getDoneFuture()
    • registerIntent

      void registerIntent(@NotNull @NotNull Object namespace)
    • completeIntent

      void completeIntent(@NotNull @NotNull Object namespace)