Package jadex.bdiv3.testcases.plans
Class ListenerWaitBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.plans.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 IInternalAccess
agent
protected TestReport
tr
-
Constructor Summary
Constructors Constructor Description ListenerWaitBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy(IInternalAccess agent)
Called when agent is killed.void
end()
protected IFuture<java.lang.Void>
extWait(IPlan plan)
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
-
tr
protected TestReport tr
-
-
Method Detail
-
end
public void end()
-
destroy
public void destroy(IInternalAccess agent)
Called when agent is killed.
-
-