Interface IoFutureListener

All Superinterfaces:
EventListener

public interface IoFutureListener extends EventListener
Something interested in being notified when the result of an IoFuture becomes available.
  • Field Details

  • Method Details

    • operationComplete

      void operationComplete(IoFuture future)
      Invoked when the operation associated with the IoFuture has been completed.
      Parameters:
      future - The source IoFuture which called this callback.