E
- public static interface SingleConsumerQueue.IdleListener<E>
Modifier and Type | Method and Description |
---|---|
void |
afterAcquireIdle(SingleConsumerQueue<E> q)
Gets called after the Q is marked active when acquiring an idle Q.
|
void |
beforeIdle(SingleConsumerQueue<E> q)
Gets called before the Q is marked idle when releasing a Q.
|
void beforeIdle(SingleConsumerQueue<E> q)
q
- The Qvoid afterAcquireIdle(SingleConsumerQueue<E> q)
q
- The QCopyright © 2013- Suresh Mahalingam. All Rights Reserved.