Resettable

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.

interface Resettable {}

Members

Functions

reset
void reset()
Undocumented in source.

Meta