Package nxt.ae
Class AssetDividendHome
java.lang.Object
nxt.ae.AssetDividendHome
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanaddListener(Listener<AssetDividendHome.AssetDividend> listener, AssetDividendHome.Event eventType) static AssetDividendHomeforChain(ChildChain childChain) getAssetDividends(long assetId, int from, int to) static booleanremoveListener(Listener<AssetDividendHome.AssetDividend> listener, AssetDividendHome.Event eventType)
-
Method Details
-
forChain
-
addListener
public static boolean addListener(Listener<AssetDividendHome.AssetDividend> listener, AssetDividendHome.Event eventType) -
removeListener
public static boolean removeListener(Listener<AssetDividendHome.AssetDividend> listener, AssetDividendHome.Event eventType) -
getAssetDividends
public DbIterator<AssetDividendHome.AssetDividend> getAssetDividends(long assetId, int from, int to)
-