saifi009 / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
0 stars 0 forks source link

add method for removing event listeners to Wallet #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
    public synchronized void removeEventListener(WalletEventListener listener) {
        eventListeners.remove(listener);
    }

Original issue reported on code.google.com by andreas....@gmail.com on 13 Jun 2011 at 6:49

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r126.

Original comment by hearn@google.com on 6 Jul 2011 at 12:44