Package jadex.web.examples.hellobdiv3
Interface IHelloService
- 
- All Known Implementing Classes:
- HelloWorldBDI
 
 public interface IHelloServiceHello service interface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.String>sayHello()Say hello method.
 
- 
- 
- 
Method Detail- 
sayHelloIFuture<java.lang.String> sayHello() Say hello method.
 
- 
 
-