Interface ReloadableResourceManager

All Superinterfaces:
AutoCloseable, ResourceManager
All Known Implementing Classes:
ReloadableResourceManagerImpl

public interface ReloadableResourceManager
extends ResourceManager, AutoCloseable
A resource manager that has a reload mechanism. Reloading allows reloaders to update when resources change. Accessing resources in reloads can reduce impact on game performance as well.

In each reload, all reloaders in this resource manager will have their reload called.

See Also:
ResourceReloader