Package w.eventbus
Class AbstractAsyncEvent
java.lang.Object
w.eventbus.AbstractAsyncEvent
- All Implemented Interfaces:
AsyncEvent,Event
- Author:
- whilein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompleteIntent(@NotNull Object namespace) voidvoidregisterIntent(@NotNull Object namespace) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface w.eventbus.AsyncEvent
getDoneFuture
-
Constructor Details
-
AbstractAsyncEvent
public AbstractAsyncEvent()
-
-
Method Details
-
postDispatch
public void postDispatch()- Specified by:
postDispatchin interfaceEvent
-
registerIntent
- Specified by:
registerIntentin interfaceAsyncEvent
-
completeIntent
- Specified by:
completeIntentin interfaceAsyncEvent
-