May 30, 2006 #1 nicsin Programmer Joined Jul 31, 2003 Messages 743 Location GB Hi all, is there a way to trap and process when an applet unloads? Thanks, nicsin
May 30, 2006 #2 timw Programmer Joined May 3, 2000 Messages 1,264 Location GB Override the destroy() method of java.applet, perhaps? Tim Upvote 0 Downvote
May 31, 2006 #3 Diancecht Programmer Joined Jan 8, 2004 Messages 4,042 Location ES I'm curious about this, what are you trying to achieve? Cheers, Dian Upvote 0 Downvote
May 31, 2006 Thread starter #4 nicsin Programmer Joined Jul 31, 2003 Messages 743 Location GB Thanks Tim. I didn't even think about that...oops. Dian, when the applet unloads, it should send a message to a service through a socket. Long story... Upvote 0 Downvote
Thanks Tim. I didn't even think about that...oops. Dian, when the applet unloads, it should send a message to a service through a socket. Long story...