This interface is used heavily throughout vert.x as a handler for all types of asynchronous occurrences.<p>
@FunctionalInterface public interface Handler<E>
A generic event handler<p>
This interface is used heavily throughout vert.x as a handler for all types of asynchronous occurrences.<p>
Modifier and Type | Method and Description |
---|---|
void |
handle(E event)
Something has happened, so handle it.
|
void handle(E event)
Something has happened, so handle it.
Copyright © 2014. All Rights Reserved.