Handle notification that the specified {@link DialogContextManager}instance has been placed into service.
6162636465666768697071
*/ public void valueBound(HttpSessionBindingEvent event) { DialogLifecycleListener listener = lifecycleListener(); if (listener != null) { listener.onInit(this); } }