Uses of Class
com.google.bitcoin.core.TransactionConfidence.Listener.ChangeReason

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

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

Methods in com.google.bitcoin.core that return TransactionConfidence.Listener.ChangeReason
static TransactionConfidence.Listener.ChangeReason TransactionConfidence.Listener.ChangeReason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionConfidence.Listener.ChangeReason[] TransactionConfidence.Listener.ChangeReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.bitcoin.core with parameters of type TransactionConfidence.Listener.ChangeReason
 void TransactionConfidence.Listener.onConfidenceChanged(Transaction tx, TransactionConfidence.Listener.ChangeReason reason)
           
 void TransactionConfidence.queueListeners(TransactionConfidence.Listener.ChangeReason reason)
          Call this after adjusting the confidence, for cases where listeners should be notified.
 

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

Methods in com.google.bitcoin.jni with parameters of type TransactionConfidence.Listener.ChangeReason
 void NativeTransactionConfidenceListener.onConfidenceChanged(Transaction tx, TransactionConfidence.Listener.ChangeReason reason)
           
 



Copyright © 2014. All rights reserved.