Uses of Interface
monero.wallet.model.MoneroWalletListenerI
-
Uses of MoneroWalletListenerI in monero.wallet
Modifier and TypeMethodDescriptionMoneroWallet.getListeners()
Get the listeners registered with the wallet.MoneroWalletFull.getListeners()
Modifier and TypeMethodDescriptionvoid
MoneroWallet.addListener
(MoneroWalletListenerI listener) Register a listener to receive wallet notifications.void
MoneroWalletFull.addListener
(MoneroWalletListenerI listener) void
MoneroWalletRpc.addListener
(MoneroWalletListenerI listener) void
MoneroWallet.removeListener
(MoneroWalletListenerI listener) Unregister a listener to receive wallet notifications.void
MoneroWalletFull.removeListener
(MoneroWalletListenerI listener) void
MoneroWalletRpc.removeListener
(MoneroWalletListenerI listener) MoneroWallet.sync
(Long startHeight, MoneroWalletListenerI listener) Synchronize the wallet with the daemon as a one-time synchronous process.MoneroWallet.sync
(MoneroWalletListenerI listener) Synchronize the wallet with the daemon as a one-time synchronous process.MoneroWalletFull.sync
(Long startHeight, MoneroWalletListenerI listener) MoneroWalletRpc.sync
(Long startHeight, MoneroWalletListenerI listener) -
Uses of MoneroWalletListenerI in monero.wallet.model
Modifier and TypeClassDescriptionclass
Default wallet listener which takes no action on notifications.