Interface SelectionListener

    • Method Detail

      • onSelected

        void onSelected​(SelectionRegistration selectionRegistration)
                 throws java.io.IOException
        Callback method invoked when the connection has been selected for IO operations it registered interest in.
        Parameters:
        selectionRegistration - The selected registration.
        Throws:
        java.io.IOException