Class PromptDeleteEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.ai.prompt.event.AbstractPromptEvent
com.bytedesk.ai.prompt.event.PromptDeleteEvent
All Implemented Interfaces:
Serializable

public class PromptDeleteEvent extends AbstractPromptEvent
Event published when a prompt is deleted.
See Also:
  • Field Details

  • Constructor Details

    • PromptDeleteEvent

      public PromptDeleteEvent(PromptEntity prompt)