Overwriting PApplet.stop() [java/eclipse]
in
Integration and Hardware
•
2 years ago
Hi there!
When using the processing IDE I can simply overwrite public void stop() to catch an event when the processing application is closed. When I try the same in eclipse it's simply not called. I tried overwriting PApplet.stop() aswell as (java)Applet.destroy(), but no luck. The inheritance looks like myApp < PApplet < java.applet.Applet -- from my understanding either way should have worked :/
Any ideas?
1