Class WorkflowDesignerApplicationEventHandler
- java.lang.Object
-
- de.xima.fc.workflow.designer.event.WorkflowDesignerApplicationEventHandler
-
- All Implemented Interfaces:
IApplicationEventHandler,Serializable
public class WorkflowDesignerApplicationEventHandler extends Object implements IApplicationEventHandler
Handles application events that are relevant to the workflow designer.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowDesignerApplicationEventHandler(BackendViewPushContext viewPushContext, Long clientId, Long projectId)Creates a new handler with the given push context for the client.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonClientCounterModified(ClientCounterModifiedEvent event)When a client counter was modified.voidonClientResourceModified(ClientResourceModifiedEvent event)When a client resource was modified.voidonInboxModified(InboxModifiedEvent event)When an inbox was modified.voidonProjectResourceModified(ProjectResourceModifiedEvent event)When a project resource was modified.voidonTextTemplateModified(TextTemplateModifiedEvent event)When a text template was modified.voidonUserGroupModified(UserGroupModifiedEvent event)When a user group was modified.voidonUserModified(UserModifiedEvent event)When a user was modified.
-
-
-
Constructor Detail
-
WorkflowDesignerApplicationEventHandler
public WorkflowDesignerApplicationEventHandler(BackendViewPushContext viewPushContext, Long clientId, Long projectId)
Creates a new handler with the given push context for the client.- Parameters:
viewPushContext- Push context for sending messages to the client.clientId- Client who owns the project being edited.projectId- ID of the project being edited.
-
-
Method Detail
-
onClientCounterModified
public void onClientCounterModified(ClientCounterModifiedEvent event)
When a client counter was modified.- Parameters:
event- Entity event that occurred.
-
onClientResourceModified
public void onClientResourceModified(ClientResourceModifiedEvent event)
When a client resource was modified.- Parameters:
event- Entity event that occurred.
-
onInboxModified
public void onInboxModified(InboxModifiedEvent event)
When an inbox was modified.- Parameters:
event- Entity event that occurred.
-
onProjectResourceModified
public void onProjectResourceModified(ProjectResourceModifiedEvent event)
When a project resource was modified.- Parameters:
event- Entity event that occurred.
-
onTextTemplateModified
public void onTextTemplateModified(TextTemplateModifiedEvent event)
When a text template was modified.- Parameters:
event- Entity event that occurred.
-
onUserGroupModified
public void onUserGroupModified(UserGroupModifiedEvent event)
When a user group was modified.- Parameters:
event- Entity event that occurred.
-
onUserModified
public void onUserModified(UserModifiedEvent event)
When a user was modified.- Parameters:
event- Entity event that occurred.
-
-