- All Known Implementing Classes:
- HikariPool
- Enclosing class:
- ConcurrentBag<T extends ConcurrentBag.BagEntry>
public static interface ConcurrentBag.IBagStateListener
This interface is implemented by a listener to the bag. The listener
will be informed of when the bag has become empty. The usual course
of action by the listener in this case is to attempt to add an item
to the bag.