Class PrePostConditionInterceptor.CheckReturnValueResultListener

  • All Implemented Interfaces:
    jadex.commons.future.IFutureCommandResultListener<java.lang.Void>, jadex.commons.future.IResultListener<java.lang.Void>, jadex.commons.future.IUndoneResultListener<java.lang.Void>
    Enclosing class:
    PrePostConditionInterceptor

    protected class PrePostConditionInterceptor.CheckReturnValueResultListener
    extends jadex.commons.future.DelegationResultListener<java.lang.Void>
    Check return value, when service call is finished.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected ServiceInvocationContext sic
      The service invocation context.
      • Fields inherited from class jadex.commons.future.DelegationResultListener

        customResultListener, future, undone
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void customResultAvailable​(java.lang.Void result)
      Called when the service call is finished.
      • Methods inherited from class jadex.commons.future.DelegationResultListener

        commandAvailable, exceptionOccurred, exceptionOccurredIfUndone, isUndone, resultAvailable, resultAvailableIfUndone
      • Methods inherited from class java.lang.Object

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

      • CheckReturnValueResultListener

        protected CheckReturnValueResultListener​(jadex.commons.future.Future<java.lang.Void> future,
                                                 ServiceInvocationContext sic)
        Create a result listener.
    • Method Detail

      • customResultAvailable

        public void customResultAvailable​(java.lang.Void result)
        Called when the service call is finished.
        Overrides:
        customResultAvailable in class jadex.commons.future.DelegationResultListener<java.lang.Void>