|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AjaxSwingSessionListener
AjaxSwingSessionListener can be used to do task that are required before or after a client session has been created or deleted. For example, if your custom rendereres have allocated some resources or created files that need to be released, you can implement this interface and register your class with AjaxSwingManager.
Method Summary | |
---|---|
void |
afterCreate(int clientId,
ClientAgentRemote agent)
Called after a new client agent instance is created. |
void |
afterDestroy(int clientId,
ClientAgentRemote agent)
Called after a client agent session is destroyed due to a time out or user exit |
void |
beforeCreate()
Called before a new client agent instance is created. |
void |
beforeDestroy(int clientId,
ClientAgentRemote agent)
Called before a client agent session is destroyed due to a time out or user exit |
Method Detail |
---|
void beforeCreate()
void afterCreate(int clientId, ClientAgentRemote agent)
void beforeDestroy(int clientId, ClientAgentRemote agent)
void afterDestroy(int clientId, ClientAgentRemote agent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |