Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Close Window listener
Close Window listener [message #665143] Wed, 13 April 2011 12:53 Go to next message
Master_k83  is currently offline Master_k83 Friend
Messages: 9
Registered: March 2011
Junior Member

Hi ppl,

i tried to use the RWT Listener to Perform cleanup after the Window is closed but it didnt Work ?

can anyone give me a way to perform a clean up when the window closes?

thank you very much


Re: Close Window listener [message #665190 is a reply to message #665143] Wed, 13 April 2011 15:08 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Master_k83,
you could use SessionStoreListener for that. The listener is notified
before session is destroyed.
---
ISessionStore session = ContextProvider.getSession();
session.addSessionStoreListener( listener );
---
HTH,
Ivan

On 4/13/2011 3:53 PM, Master_k83 wrote:
>
> Hi ppl,
>
> i tried to use the RWT Listener to Perform cleanup after the Window is
> closed but it didnt Work ?
> can anyone give me a way to perform a clean up when the window closes?
> thank you very much
>
>
>
Previous Topic:Button BackgroundImage scaled
Next Topic:Execute/Open a File on Client
Goto Forum:
  


Current Time: Fri Apr 26 07:00:00 GMT 2024

Powered by FUDForum. Page generated in 0.02863 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top