public final class CurrencyMint
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CurrencyMint.Event |
static class |
CurrencyMint.Mint |
Modifier and Type | Method and Description |
---|---|
static boolean |
addListener(Listener<CurrencyMint.Mint> listener,
CurrencyMint.Event eventType) |
long |
getAccountId() |
long |
getCounter() |
static long |
getCounter(long currencyId,
long accountId) |
long |
getCurrencyId() |
static boolean |
removeListener(Listener<CurrencyMint.Mint> listener,
CurrencyMint.Event eventType) |
public static boolean addListener(Listener<CurrencyMint.Mint> listener, CurrencyMint.Event eventType)
public static boolean removeListener(Listener<CurrencyMint.Mint> listener, CurrencyMint.Event eventType)
public long getCurrencyId()
public long getAccountId()
public long getCounter()
public static long getCounter(long currencyId, long accountId)