org.apache.shale.dialog.base
Class AbstractDialogLifecycleListener

java.lang.Object
  extended by org.apache.shale.dialog.base.AbstractDialogLifecycleListener
All Implemented Interfaces:
DialogLifecycleListener

public abstract class AbstractDialogLifecycleListener
extends Object
implements DialogLifecycleListener

Convenience abstract base class for DialogLifecycleListener instances. The default event handling methods do nothing.

Since:
1.0.4

Constructor Summary
AbstractDialogLifecycleListener()
           
 
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.

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDialogLifecycleListener

public AbstractDialogLifecycleListener()
Method Detail

onInit

public void onInit(DialogContextManager manager)

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

Specified by:
onInit in interface DialogLifecycleListener
Parameters:
manager - The DialogContextManager instance placed into service

onDestroy

public void onDestroy(DialogContextManager manager)

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

Specified by:
onDestroy in interface DialogLifecycleListener
Parameters:
manager - The DialogContextManager instance removed from service


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