Package jadex.web.examples.hellobdiv3
Interface ISayHelloService
- 
- All Known Implementing Classes:
- SayHelloBDI
 
 public interface ISayHelloService
- 
- 
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.- Returns:
- Say hello text.
 
 
- 
 
-