public final class AssetDividend
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AssetDividend.Event |
Modifier and Type | Method and Description |
---|---|
static boolean |
addListener(Listener<AssetDividend> listener,
AssetDividend.Event eventType) |
long |
getAmountNQTPerQNT() |
static DbIterator<AssetDividend> |
getAssetDividends(long assetId,
int from,
int to) |
long |
getAssetId() |
int |
getDividendHeight() |
int |
getHeight() |
long |
getId() |
static AssetDividend |
getLastDividend(long assetId) |
long |
getNumAccounts() |
int |
getTimestamp() |
long |
getTotalDividend() |
static boolean |
removeListener(Listener<AssetDividend> listener,
AssetDividend.Event eventType) |
public static boolean addListener(Listener<AssetDividend> listener, AssetDividend.Event eventType)
public static boolean removeListener(Listener<AssetDividend> listener, AssetDividend.Event eventType)
public static DbIterator<AssetDividend> getAssetDividends(long assetId, int from, int to)
public static AssetDividend getLastDividend(long assetId)
public long getId()
public long getAssetId()
public long getAmountNQTPerQNT()
public int getDividendHeight()
public long getTotalDividend()
public long getNumAccounts()
public int getTimestamp()
public int getHeight()