Package io.vertx.core

Interface Handler<E>

    • Method Detail

      • handle

        void handle​(E event)
        Something has happened, so handle it.
        Parameters:
        event - the event to handle