public interface AjaxSwingSessionListener
Modifier and Type | Method and Description |
---|---|
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
|
void beforeCreate()
void afterCreate(int clientId, ClientAgentRemote agent)
void beforeDestroy(int clientId, ClientAgentRemote agent)
void afterDestroy(int clientId, ClientAgentRemote agent)
Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.