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 Summary
Constructors Constructor Description PrintHelloService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
printHello()
Print hello.
-
-
-
Method Detail
-
printHello
public IFuture<java.lang.Void> printHello()
Print hello.- Specified by:
printHello
in interfaceIPrintHelloService
-
-