Class ProjectChangeEvent
java.lang.Object
de.xima.fc.common.project.ProjectChangeEvent
- All Implemented Interfaces:
Serializable
Payload for project change events.
- Since:
- 8.5.0
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the type of the change event.static ProjectChangeEventof(ProjectChangeEvent.EventType eventType, ProjectBaseData... projects) Creates a new project change event payload.projects()Gets the projects that were changed.
-
Method Details
-
of
public static ProjectChangeEvent of(ProjectChangeEvent.EventType eventType, ProjectBaseData... projects) Creates a new project change event payload.- Parameters:
eventType- The type of the change event.projects- The changed projects.- Returns:
- The created payload.
-
eventType
Gets the type of the change event.- Returns:
- The event type.
-
projects
Gets the projects that were changed.- Returns:
- The changed projects.
-