Class ListenerWaitBDI


  • public class ListenerWaitBDI
    extends java.lang.Object
    Test abort of externally waiting plan with invokeInterruptable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected jadex.bridge.IInternalAccess agent  
      protected jadex.base.test.TestReport tr  
    • Constructor Summary

      Constructors 
      Constructor Description
      ListenerWaitBDI()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy​(jadex.bridge.IInternalAccess agent)
      Called when agent is killed.
      void end()  
      protected jadex.commons.future.IFuture<java.lang.Void> extWait​(jadex.bdiv3.runtime.IPlan plan)  
      • Methods inherited from class java.lang.Object

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

      • agent

        protected jadex.bridge.IInternalAccess agent
      • tr

        protected jadex.base.test.TestReport tr
    • Constructor Detail

      • ListenerWaitBDI

        public ListenerWaitBDI()
    • Method Detail

      • extWait

        protected jadex.commons.future.IFuture<java.lang.Void> extWait​(jadex.bdiv3.runtime.IPlan plan)
      • end

        public void end()
      • destroy

        public void destroy​(jadex.bridge.IInternalAccess agent)
        Called when agent is killed.