Uses of Interface
com.h2tcoin.takamakachain.utils.networking.AsyncActionInterface
-
-
Uses of AsyncActionInterface in com.h2tcoin.takamakachain.utils.networking
Methods in com.h2tcoin.takamakachain.utils.networking with parameters of type AsyncActionInterface Modifier and Type Method Description static voidPostSender. createPublishAndRetrive(String endpoint, String apiURL, TransactionBox tbox, AsyncActionInterface asyncComp)static RunnablePostSender. endpointRequest(String endpoint, AsyncActionInterface asyncComp)request with no parametersstatic RunnablePostSender. endpointRequest(String endpoint, String requestBody, String reqKey, AsyncActionInterface asyncComp)static RunnablePostSender. submitTransaction(String endpoint, TransactionBox tbox, AsyncActionInterface asyncComp) -
Uses of AsyncActionInterface in com.h2tcoin.takamakachain.utils.simpleWallet
Classes in com.h2tcoin.takamakachain.utils.simpleWallet that implement AsyncActionInterface Modifier and Type Class Description classSimpleWallet -
Uses of AsyncActionInterface in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support
Classes in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support that implement AsyncActionInterface Modifier and Type Class Description classAsyncActionHandlerStakeLimitclassJLabelAsyncclassUnlockableItemsConstructors in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support with parameters of type AsyncActionInterface Constructor Description AsyncActionHandlerStakeLimit(AsyncActionInterface aai)Settings(AsyncActionInterface aai) -
Uses of AsyncActionInterface in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.address
Classes in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.address that implement AsyncActionInterface Modifier and Type Class Description classRequirePaymentclassShowAddress -
Uses of AsyncActionInterface in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard
Classes in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard that implement AsyncActionInterface Modifier and Type Class Description classRegisterMainclassSelectMainclassSelectOverflowclassSendTransactionclassShowLocalTransactionHistoryclassShowStakeListclassViewBalanceConstructors in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard with parameters of type AsyncActionInterface Constructor Description MainListPanel(MainListBean mlb, AsyncActionInterface act, CallbackActionInterface cai)Creates new form MainListPanel
-