Class IntermediateDelegationResultListener<E>

    • Field Detail

      • undone

        protected boolean undone
        Flag if undone methods should be used.
    • Constructor Detail

      • IntermediateDelegationResultListener

        public IntermediateDelegationResultListener​(IIntermediateResultListener<E> delegate)
        Create a new listener.
        Parameters:
        delegate - The delegation target.
      • IntermediateDelegationResultListener

        public IntermediateDelegationResultListener​(IIntermediateResultListener<E> delegate,
                                                    boolean undone)
        Create a new listener.
        Parameters:
        delegate - The delegation target.
        undone - use undone methods.
      • IntermediateDelegationResultListener

        public IntermediateDelegationResultListener​(IntermediateFuture<E> future)
        Create a new listener.
        Parameters:
        future - The delegation target.
      • IntermediateDelegationResultListener

        public IntermediateDelegationResultListener​(IntermediateFuture<E> future,
                                                    boolean undone)
        Create a new listener.
        Parameters:
        future - The delegation target.
        undone - use undone methods.