|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionSerializationListener
Used to notify an object stored in a session, when the session is going to be serialized or has been deserialized.
When a session is going to be serialized, it checks every
attribute (Session.setAttribute(java.lang.String, java.lang.Object))
to see whether this interface is implemented.
If implemented, willSerialize(org.zkoss.zk.ui.Session) will be called.
| Method Summary | |
|---|---|
void |
willSerialize(Session session)
Called when a session is going to serialize this object. |
| Method Detail |
|---|
void willSerialize(Session session)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||