Package jadex.bdiv3.testcases.plans
Class ListenerWaitBDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.plans.ListenerWaitBDI
 
- 
 public class ListenerWaitBDI extends java.lang.ObjectTest abort of externally waiting plan with invokeInterruptable
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentprotected TestReporttr
 - 
Constructor SummaryConstructors Constructor Description ListenerWaitBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy(IInternalAccess agent)Called when agent is killed.voidend()protected IFuture<java.lang.Void>extWait(IPlan plan)
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent 
 - 
trprotected TestReport tr 
 
- 
 - 
Method Detail- 
endpublic void end() 
 - 
destroypublic void destroy(IInternalAccess agent) Called when agent is killed.
 
- 
 
-