replace the observer pattern with a simple update function
commit4aaf5745c2e496c51361498cc500f07b8fda54ed
authorJochen Keil <jochen.keil@gmail.com>
Sat, 3 Jul 2010 07:45:56 +0000 (3 09:45 +0200)
committerJochen Keil <jochen.keil@gmail.com>
Sat, 3 Jul 2010 07:45:56 +0000 (3 09:45 +0200)
treea32949ea9d72d1498a3400871a0b837f74087cea
parentf107f73497972386618243bdb1aab96ff5959445
replace the observer pattern with a simple update function

since the jframe holds a reference to the applet it can call the update
method directly without the help of a observer update method
src/aco/antview/AntView.java
src/aco/antview/AntViewApplet.java