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 voidNeoQueue. onDrain(NeoQueue.IAsyncCb cb)voidNeoQueue. onSaturated(NeoQueue.IAsyncCb cb)voidNeoQueue. onUnsaturated(NeoQueue.IAsyncCb cb)
-