Interface ConduitListener<T extends org.xnio.conduits.Conduit>

All Superinterfaces:
EventListener

public interface ConduitListener<T extends org.xnio.conduits.Conduit> extends EventListener
Author:
Stuart Douglas
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleEvent(T channel)
    Handle the event on this conduit.
  • Method Details

    • handleEvent

      void handleEvent(T channel)
      Handle the event on this conduit.
      Parameters:
      channel - the channel event