Package com.bytedesk.kbase.note.event
Class NoteDeleteEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.kbase.note.event.AbstractNoteEvent
com.bytedesk.kbase.note.event.NoteDeleteEvent
- All Implemented Interfaces:
Serializable
Event published when a note is deleted.
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.kbase.note.event.AbstractNoteEvent
getNoteMethods 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:
-
-
Constructor Details
-
NoteDeleteEvent
-