
com.WazaBe.HoloEverywhere.util.PoolableManager Maven / Gradle / Ivy
The newest version!
package com.WazaBe.HoloEverywhere.util;
public interface PoolableManager> {
T newInstance();
void onAcquired(T element);
void onReleased(T element);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy