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