Interface BasicFactory<T>
- All Known Implementing Classes:
CountingBasicFactory
public interface BasicFactory<T>
-
Method Summary
-
Method Details
-
create
-
dispose
Called when clients are finished with the given item and it should be disposed.- Parameters:
t- the item to dispose.
-