GF4J 0.9.4 Beta

gameframe.engines
Interface Finalizable

All Known Implementing Classes:
NullSoundEngine, CInputEngine, CWindowedGraphicsEngine, CComponentGraphicsEngine, CSoundEngine, CEmulatedFullscreenGraphicsEngine, CTimer, CTimer, CComponentGraphicsEngine, CSoundEngine, CInputEngine, CTimer, CFullscreenGraphicsEngine, CSoundEngine

public interface Finalizable

Defines an interface to finalizable objects. This is used so that the finalization can be hidden from the user of the library, but still be visible internally.

Since:
GameFrame for Java 0.9.2
Version:
GameFrame for Java 0.9.4

Method Summary
 void finalize()
          Usually invoked when the program is exiting or when the user wants to get rid object he has been using.
 

Method Detail

finalize

public void finalize()
Usually invoked when the program is exiting or when the user wants to get rid object he has been using. Should do necessary clean up to free all memory and resources that has been in use by the object.
Overrides:
finalize in class java.lang.Object

GF4J 0.9.4 Beta