Uses of Interface
com.google.bitcoin.core.TransactionConfidence.Listener

Packages that use TransactionConfidence.Listener
com.google.bitcoin.core   
com.google.bitcoin.jni   
 

Uses of TransactionConfidence.Listener in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core with parameters of type TransactionConfidence.Listener
 void TransactionConfidence.addEventListener(TransactionConfidence.Listener listener)
          Adds an event listener that will be run when this confidence object is updated.
 void TransactionConfidence.addEventListener(TransactionConfidence.Listener listener, Executor executor)
          Adds an event listener that will be run when this confidence object is updated.
 boolean TransactionConfidence.removeEventListener(TransactionConfidence.Listener listener)
           
 

Uses of TransactionConfidence.Listener in com.google.bitcoin.jni
 

Classes in com.google.bitcoin.jni that implement TransactionConfidence.Listener
 class NativeTransactionConfidenceListener
          An event listener that relays events to a native C++ object.
 



Copyright © 2014. All rights reserved.