Interface for pool items that offer a reset method. For each object stored in the object pool which implements this interface reset() is called when it is recycled or removed.
See Implementation
Interface for pool items that offer a reset method. For each object stored in the object pool which implements this interface reset() is called when it is recycled or removed.