Package monero.common
Interface MoneroConnectionManagerListener
public interface MoneroConnectionManagerListener
Default connection manager listener which takes no action on notifications.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onConnectionChanged
(MoneroRpcConnection connection) Notified on connection change events.
-
Method Details
-
onConnectionChanged
Notified on connection change events.- Parameters:
connection
- - the connection manager's current connection
-