Package jadex.web.examples.hellobdiv3
Interface IHelloService
-
- All Known Implementing Classes:
HelloWorldBDI
public interface IHelloService
Hello service interface.
-
-
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.
-
-