Class NoteCreateEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.kbase.note.event.AbstractNoteEvent
com.bytedesk.kbase.note.event.NoteCreateEvent
All Implemented Interfaces:
Serializable

public class NoteCreateEvent extends AbstractNoteEvent
Event published when a new note is created.
See Also:
  • Field Details

  • Constructor Details

    • NoteCreateEvent

      public NoteCreateEvent(NoteEntity note)