spuder / All-Spark-Cube

Software to control an RGB led cube
20 stars 6 forks source link

Implement finalize() for all objects #44

Open spuder opened 12 years ago

spuder commented 12 years ago

Objects that are temporary holders can be deleted after all

Add a finalize() method in the class for the object

When you no longer need an object call the finalize class.

aLed.finalize();