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 TypeMethodDescriptionvoidMoneroWallet.addListener(MoneroWalletListenerI listener) Register a listener to receive wallet notifications.voidMoneroWalletFull.addListener(MoneroWalletListenerI listener) voidMoneroWalletRpc.addListener(MoneroWalletListenerI listener) voidMoneroWallet.removeListener(MoneroWalletListenerI listener) Unregister a listener to receive wallet notifications.voidMoneroWalletFull.removeListener(MoneroWalletListenerI listener) voidMoneroWalletRpc.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 TypeClassDescriptionclassDefault wallet listener which takes no action on notifications.