Package jadex.web.examples.hellobdiv3
Interface ISayHelloService
-
- All Known Implementing Classes:
SayHelloBDI
public interface ISayHelloService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.String>
sayHello()
Say hello method.
-
-
-
Method Detail
-
sayHello
IFuture<java.lang.String> sayHello()
Say hello method.- Returns:
- Say hello text.
-
-