Uses of Interface
org.ores.async.NeoQueue.IAsyncCb
-
-
Uses of NeoQueue.IAsyncCb in org.ores.async
Methods in org.ores.async that return types with arguments of type NeoQueue.IAsyncCb Modifier and Type Method Description java.util.List<NeoQueue.IAsyncCb>
NeoQueue. getOnDrainCbs()
java.util.List<NeoQueue.IAsyncCb>
NeoQueue. getOnSaturatedCbs()
java.util.List<NeoQueue.IAsyncCb>
NeoQueue. getOnUnsaturatedCbs()
Methods in org.ores.async with parameters of type NeoQueue.IAsyncCb Modifier and Type Method Description void
NeoQueue. onDrain(NeoQueue.IAsyncCb cb)
void
NeoQueue. onSaturated(NeoQueue.IAsyncCb cb)
void
NeoQueue. onUnsaturated(NeoQueue.IAsyncCb cb)
-