Uses of Interface
com.weicoder.common.interfaces.CallbackVoid
-
Packages that use CallbackVoid Package Description com.weicoder.common.lang com.weicoder.common.queue -
-
Uses of CallbackVoid in com.weicoder.common.lang
Methods in com.weicoder.common.lang with parameters of type CallbackVoid Modifier and Type Method Description static <E> AsynQueue<E>Queues. newAsynQueue(java.util.Queue<E> queue, CallbackVoid<E> callback, int time)生产异步更新并发队列static <E> AsynQueue<E>Queues. newAsynQueue(java.util.Queue<E> queue, CallbackVoid<E> callback, long time)生产异步更新并发队列 -
Uses of CallbackVoid in com.weicoder.common.queue
Constructors in com.weicoder.common.queue with parameters of type CallbackVoid Constructor Description AsynQueue(java.util.Queue<E> queue, CallbackVoid<E> callback, int time)构造AsynQueue(java.util.Queue<E> queue, CallbackVoid<E> callback, long time)构造
-