Class CumulativeCommandResponse

  • All Implemented Interfaces:
    java.util.concurrent.Callable

    public class CumulativeCommandResponse
    extends CommandResponse
    Author:
    Mahesh Kannan
    • Constructor Detail

      • CumulativeCommandResponse

        public CumulativeCommandResponse​(ResponseMediator mediator,
                                         int maxResponse,
                                         java.lang.Object initialValue)
    • Method Detail

      • updateResult

        protected void updateResult​(java.lang.Object oldValue,
                                    java.lang.Object newValue)