Class PrintHelloService
- java.lang.Object
- 
- jadex.bdi.testcases.semiautomatic.PrintHelloService
 
- 
- All Implemented Interfaces:
- IPrintHelloService
 
 public class PrintHelloService extends java.lang.Object implements IPrintHelloService Simple print hello service.
- 
- 
Constructor SummaryConstructors Constructor Description PrintHelloService()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>printHello()Print hello.
 
- 
- 
- 
Method Detail- 
printHellopublic IFuture<java.lang.Void> printHello() Print hello.- Specified by:
- printHelloin interface- IPrintHelloService
 
 
- 
 
-