to.etc.domui.server
Interface IDomUIStateListener


public interface IDomUIStateListener

EXPERIMENTAL INTERFACE DomUI state change listener.

Author:
Frits Jalvingh Created on Jun 18, 2010

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

windowSessionCreated

void windowSessionCreated(WindowSession ws)
                          throws java.lang.Exception
Throws:
java.lang.Exception

windowSessionDestroyed

void windowSessionDestroyed(WindowSession ws)
                            throws java.lang.Exception
Throws:
java.lang.Exception

conversationCreated

void conversationCreated(ConversationContext cc)
                         throws java.lang.Exception
Throws:
java.lang.Exception

conversationDestroyed

void conversationDestroyed(ConversationContext cc)
                           throws java.lang.Exception
Throws:
java.lang.Exception

onBeforeFullRender

void onBeforeFullRender(RequestContextImpl ctx,
                        Page pg)
Called just before the page is rendered fully.

Parameters:
ctx -

onBeforePageAction

void onBeforePageAction(RequestContextImpl ctx,
                        Page pg)
Called just before page actions are executed (AJAX requests)

Parameters:
ctx -
pg -

onAfterPage

void onAfterPage(IRequestContext ctx,
                 Page pg)