Package net.sf.freecol.common.resources
Interface Resource.Cleanable
-
- All Known Implementing Classes:
ImageResource
- Enclosing class:
- Resource
public static interface Resource.Cleanable
Implement the Cleanable interface if a Resource has a use for calls to a clean method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clean()
Clean the caches inside the resource.
-