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 void
PostSender. createPublishAndRetrive(String endpoint, String apiURL, TransactionBox tbox, AsyncActionInterface asyncComp)
static Runnable
PostSender. endpointRequest(String endpoint, AsyncActionInterface asyncComp)
request with no parametersstatic Runnable
PostSender. endpointRequest(String endpoint, String requestBody, String reqKey, AsyncActionInterface asyncComp)
static Runnable
PostSender. 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 class
SimpleWallet
-
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 class
AsyncActionHandlerStakeLimit
class
JLabelAsync
class
UnlockableItems
Constructors 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 class
RequirePayment
class
ShowAddress
-
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 class
RegisterMain
class
SelectMain
class
SelectOverflow
class
SendTransaction
class
ShowLocalTransactionHistory
class
ShowStakeList
class
ViewBalance
Constructors 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
-