jap.pay
Class AccountSettingsPanel.FetchTermsRunnable

java.lang.Object
  extended by jap.pay.AccountSettingsPanel.FetchTermsRunnable
All Implemented Interfaces:
IReturnRunnable, java.lang.Runnable
Enclosing class:
AccountSettingsPanel

private final class AccountSettingsPanel.FetchTermsRunnable
extends java.lang.Object
implements IReturnRunnable


Field Summary
(package private)  PaymentInstanceDBEntry m_jpi
           
private  JpiSelectionPane m_jpiPane
           
private  JAPDialog m_parentDialog
           
private  XMLGenericText m_termsAndConditions
           
 
Constructor Summary
AccountSettingsPanel.FetchTermsRunnable(JAPDialog a_parentDialog, JpiSelectionPane a_jpiPane)
           
AccountSettingsPanel.FetchTermsRunnable(JAPDialog a_parentDialog, PaymentInstanceDBEntry a_jpi, XMLGenericText a_termsAndConditions)
           
 
Method Summary
 java.lang.Object getValue()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_termsAndConditions

private XMLGenericText m_termsAndConditions

m_parentDialog

private JAPDialog m_parentDialog

m_jpiPane

private JpiSelectionPane m_jpiPane

m_jpi

PaymentInstanceDBEntry m_jpi
Constructor Detail

AccountSettingsPanel.FetchTermsRunnable

public AccountSettingsPanel.FetchTermsRunnable(JAPDialog a_parentDialog,
                                               JpiSelectionPane a_jpiPane)

AccountSettingsPanel.FetchTermsRunnable

public AccountSettingsPanel.FetchTermsRunnable(JAPDialog a_parentDialog,
                                               PaymentInstanceDBEntry a_jpi,
                                               XMLGenericText a_termsAndConditions)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface IReturnRunnable