Class PrePostConditionInterceptor.CheckReturnValueResultListener

java.lang.Object
jadex.future.DelegationResultListener<Void>
jadex.providedservice.impl.interceptors.PrePostConditionInterceptor.CheckReturnValueResultListener
All Implemented Interfaces:
jadex.future.IFutureCommandResultListener<Void>, jadex.future.IResultListener<Void>, jadex.future.IUndoneResultListener<Void>
Enclosing class:
PrePostConditionInterceptor

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

    Fields
    Modifier and Type
    Field
    Description
    protected jadex.providedservice.impl.service.ServiceInvocationContext
    The service invocation context.

    Fields inherited from class jadex.future.DelegationResultListener

    customResultListener, future, undone
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    CheckReturnValueResultListener(jadex.future.Future<Void> future, jadex.providedservice.impl.service.ServiceInvocationContext sic)
    Create a result listener.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the service call is finished.

    Methods inherited from class jadex.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
  • Field Details

    • sic

      protected jadex.providedservice.impl.service.ServiceInvocationContext sic
      The service invocation context.
  • Constructor Details

    • CheckReturnValueResultListener

      protected CheckReturnValueResultListener(jadex.future.Future<Void> future, jadex.providedservice.impl.service.ServiceInvocationContext sic)
      Create a result listener.
  • Method Details

    • customResultAvailable

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