Class TopicCreateEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.core.topic.event.TopicCreateEvent
All Implemented Interfaces:
Serializable

public class TopicCreateEvent extends org.springframework.context.ApplicationEvent
See Also:
  • Field Details

    • topic

      private String topic
    • userUid

      private String userUid
  • Constructor Details

    • TopicCreateEvent

      public TopicCreateEvent(Object source, String topic, String userUid)