Code documentation fixes

This commit is contained in:
GideonLeGrange 2014-08-29 08:26:59 +02:00
parent 5fdddcd0c1
commit 9f8b97d421
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ import java.util.Map;
*/
public interface ResultListener {
/** receive data from router
* @param result The data received */
void receive(Map<String, String> result);
/** called if the command associated with this listener experiences an error