public interface ITestService
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
method(java.lang.String msg)
A test method.
|
jadex.commons.future.IFuture<java.lang.Void> |
method2(java.lang.String msg)
A second test method.
|