i got this so far.

its not triggering the settext at all. is there something special i have to 
do?

MainPage.BTCkit.wallet().addCoinsReceivedEventListener(new 
WalletCoinsReceivedEventListener() {
    @Override
    public void onCoinsReceived(Wallet w, Transaction tx, Coin prevBalance, 
Coin newBalance) {
        TextView tVStatus = (TextView)findViewById(R.id.tVStatus);
        tVStatus.setText("Testing");
    }
});

-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bitcoinj+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bitcoinj/129b43aa-cccb-4991-9400-45d98fc63efa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to