public interface IHelpline
| Modifier and Type | Method and Description |
|---|---|
void |
addInformation(String name,
String info)
Add an information about a person.
|
IIntermediateFuture<InformationEntry> |
getInformation(String name)
Get all locally stored information about a person.
|
IIntermediateFuture<InformationEntry> getInformation(String name)
name - The person's name.Copyright © 2013. All Rights Reserved.