org.apache.shale.dialog
Interface DialogLifecycleListener

All Known Implementing Classes:
AbstractDialogLifecycleListener

public interface DialogLifecycleListener

JavaBeans event listener for notification of the installation and removal of DialogContextManager instances (which are stored in session scope).

Since:
1.0.4

Method Summary
 void onDestroy(DialogContextManager manager)
          Handle notification that the specified DialogContextManager instance has been removed from service.
 void onInit(DialogContextManager manager)
          Handle notification that the specified DialogContextManager instance has been placed into service.
 

Method Detail

onInit

void onInit(DialogContextManager manager)

Handle notification that the specified DialogContextManager instance has been placed into service.

Parameters:
manager - The DialogContextManager instance placed into service

onDestroy

void onDestroy(DialogContextManager manager)

Handle notification that the specified DialogContextManager instance has been removed from service.

Parameters:
manager - The DialogContextManager instance removed from service


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.