Code documentation fixes
This commit is contained in:
parent
5fdddcd0c1
commit
9f8b97d421
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue