Class TopicUpdateEvent

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

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

    • topic

      private String topic
    • userUid

      private String userUid
  • Constructor Details

    • TopicUpdateEvent

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