public interface ResultListener
| Modifier and Type | Method and Description |
|---|---|
void |
completed()
called when the command associated with this listener is done
|
void |
error(MikrotikApiException ex)
called if the command associated with this listener experiences an error
|
void |
receive(Map<String,String> result)
receive data from router
|
void receive(Map<String,String> result)
result - The data receivedvoid error(MikrotikApiException ex)
ex - Exception encounteredvoid completed()
Copyright © 2018. All rights reserved.