Interface TemporaryObject

All Known Implementing Classes:
ParallelTileObject

public interface TemporaryObject
Marker interface used to indicate that child objects shouldn't be added to any cache for display.

It can be used to create temporary objects that can be displayed faster while performing lengthy processing operations.

Warning: It is better for programmers to avoid using this interface directly, as it may change in future implementations.

Author:
Pete Bankhead