public interface AsyncCallback<T>
GraphStageLogic
.
Invoking invoke(T)
will eventually lead to the registered handler
being called.Modifier and Type | Method and Description |
---|---|
void |
invoke(T t)
Dispatch an asynchronous notification.
|
void invoke(T t)
t
- (undocumented)