org.eclipse.rwt.service
Class SessionStoreEvent
java.lang.Object
org.eclipse.rwt.service.SessionStoreEvent
- public class SessionStoreEvent
- extends
Object
SessionStoreListener
s are
used to get notifcations before the session store is destroyed.
-
Since:
- 1.0
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
SessionStoreEvent
public SessionStoreEvent(
ISessionStore sessionStore)
- Creates a new instance of
SessionStoreEvent
.
-
Parameters:
-
sessionStore
- the session store which is about to be destroyed
getSessionStore
public
ISessionStore getSessionStore()
- Returns the
ISessionStore
that is about to be destroyed.
-
-
Returns:
- the session store that is about to be destroyed.
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.