public interface IDomUIStateListener
| Modifier and Type | Method and Description |
|---|---|
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) |
void windowSessionCreated(WindowSession ws) throws Exception
Exceptionvoid windowSessionDestroyed(WindowSession ws) throws Exception
Exceptionvoid conversationCreated(ConversationContext cc) throws Exception
Exceptionvoid conversationDestroyed(ConversationContext cc) throws Exception
Exceptionvoid onBeforeFullRender(RequestContextImpl ctx, Page pg)
ctx - void onBeforePageAction(RequestContextImpl ctx, Page pg)
ctx - pg - void onAfterPage(IRequestContext ctx, Page pg)
Copyright © 2017 etc.to. All rights reserved.