Interface IMyService
-
- All Known Implementing Classes:
MyService
public interface IMyServiceService interface for a simple "Hello World" app.- Author:
- Alastair Maw
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHelloWorldText()Retrieves the text to say "Hello World".
-
-
-
Method Detail
-
getHelloWorldText
String getHelloWorldText()
Retrieves the text to say "Hello World".- Returns:
- "Hello World"
-
-