edu.gatech.cs2335.lemmings.engine
Interface ICleanable
- All Known Implementing Classes:
- Lemming, Level, Portal, PrettySprite
- public interface ICleanable
Interface ICleanable: The implementing objects will be able to be
cleaned up.
Revision History:
v1.0 (Apr. 15, 2004) - Created the ICleanable interface
- Version:
- Version 1.0, Apr. 15, 2004
- Author:
- Vladimir Urazov
|
Method Summary |
void |
cleanUp()
Cleans up all references for the garbage collector. |
cleanUp
public void cleanUp()
- Cleans up all references for the garbage collector.