Class WorkgroupSettingsCreateEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.service.workgroup_settings.event.WorkgroupSettingsCreateEvent
- All Implemented Interfaces:
Serializable
public class WorkgroupSettingsCreateEvent
extends org.springframework.context.ApplicationEvent
Event fired when a workgroup settings is created
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionWorkgroupSettingsCreateEvent(Object source, WorkgroupSettingsEntity workgroupSettings) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
workgroupSettings
-
-
Constructor Details
-
WorkgroupSettingsCreateEvent
-
-
Method Details
-
getWorkgroupSettings
-