Class IoServiceListenerSupport.LockNotifyingListener

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object lock  
    • Constructor Summary

      Constructors 
      Constructor Description
      LockNotifyingListener​(java.lang.Object lock)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void operationComplete​(IoFuture future)
      Invoked when the operation associated with the IoFuture has been completed even if you add the listener after the completion.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lock

        private final java.lang.Object lock
    • Constructor Detail

      • LockNotifyingListener

        public LockNotifyingListener​(java.lang.Object lock)