Uses of Interface
monero.wallet.model.MoneroWalletListenerI
Packages that use MoneroWalletListenerI
-
Uses of MoneroWalletListenerI in monero.wallet
Methods in monero.wallet that return types with arguments of type MoneroWalletListenerIModifier and TypeMethodDescriptionMoneroWallet.getListeners()
Get the listeners registered with the wallet.MoneroWalletFull.getListeners()
Methods in monero.wallet with parameters of type MoneroWalletListenerIModifier 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
Classes in monero.wallet.model that implement MoneroWalletListenerIModifier and TypeClassDescriptionclass
Default wallet listener which takes no action on notifications.