Package de.xima.fc.gui.event.handler
Class PlaceholderDesignerConversationEventHandler
- java.lang.Object
 - 
- de.xima.fc.gui.event.handler.PlaceholderDesignerConversationEventHandler
 
 
- 
- All Implemented Interfaces:
 IApplicationEventHandler,ISessionConversationEventHandler,ISessionEventHandler,Serializable
public class PlaceholderDesignerConversationEventHandler extends Object implements ISessionConversationEventHandler
Event handler registered by thePlaceholderBeanfor the designer conversation scope.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PlaceholderDesignerConversationEventHandler(Mandant client, Locale locale, BackendViewPushContext viewPushContext, PlaceholderContextModel model)Creates a new placeholder handler for the placeholder bean. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateDialogViaPush()Triggers an update of the placeholder dialog. 
 - 
 
- 
- 
Constructor Detail
- 
PlaceholderDesignerConversationEventHandler
public PlaceholderDesignerConversationEventHandler(Mandant client, Locale locale, BackendViewPushContext viewPushContext, PlaceholderContextModel model)
Creates a new placeholder handler for the placeholder bean.- Parameters:
 client- Current client.locale- Current locale.viewPushContext- View push context to use, when available.model- Current placeholder model.
 
 - 
 
 -