|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDomUIStateListener
EXPERIMENTAL INTERFACE DomUI state change listener.
Method Summary | |
---|---|
void |
conversationCreated(ConversationContext cc)
|
void |
conversationDestroyed(ConversationContext cc)
|
void |
onAfterPage(IRequestContext ctx,
Page pg)
|
void |
onBeforeFullRender(RequestContextImpl ctx,
Page pg)
Called just before the page is rendered fully. |
void |
onBeforePageAction(RequestContextImpl ctx,
Page pg)
Called just before page actions are executed (AJAX requests) |
void |
windowSessionCreated(WindowSession ws)
|
void |
windowSessionDestroyed(WindowSession ws)
|
Method Detail |
---|
void windowSessionCreated(WindowSession ws) throws java.lang.Exception
java.lang.Exception
void windowSessionDestroyed(WindowSession ws) throws java.lang.Exception
java.lang.Exception
void conversationCreated(ConversationContext cc) throws java.lang.Exception
java.lang.Exception
void conversationDestroyed(ConversationContext cc) throws java.lang.Exception
java.lang.Exception
void onBeforeFullRender(RequestContextImpl ctx, Page pg)
ctx
- void onBeforePageAction(RequestContextImpl ctx, Page pg)
ctx
- pg
- void onAfterPage(IRequestContext ctx, Page pg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |