|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHelpline
Basic interface for helpline. Allows to get local information about a person and add information about a person.
| Method Summary | |
|---|---|
void |
addInformation(String name,
String info)
Add an information about a person. |
IFuture |
getInformation(String name)
Get all locally stored information about a person. |
| Method Detail |
|---|
IFuture getInformation(String name)
name - The person's name.
void addInformation(String name,
String info)
name - The person's name.info - The information.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||