Class NoteUpdateEvent

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

public class NoteUpdateEvent extends AbstractNoteEvent
Event published when an existing note is updated.
See Also:
  • Field Details

  • Constructor Details

    • NoteUpdateEvent

      public NoteUpdateEvent(NoteEntity note)