Added a display name for each contact source.

cusax-fix
Yana Stamcheva 16 years ago
parent 622dc6e480
commit 6673f27a92

@ -17,6 +17,12 @@
*/
public interface ContactSourceService
{
/**
* Returns a user-friendly string that identifies this contact source.
* @return the display name of this contact source
*/
public String getDisplayName();
/**
* Queries this search source for the given <tt>searchString</tt>.
* @param queryString the string to search for

Loading…
Cancel
Save