Interface KnowledgeCreatedEvent

All Superinterfaces:
ContextEvent, Events.Event, TimedEvent

public interface KnowledgeCreatedEvent extends TimedEvent, ContextEvent
Represents an event that occurs when a new instance of Knowledge is created.
See Also:
  • Method Details

    • getKnowledge

      Knowledge getKnowledge()
      Gets the newly created Knowledge instance associated with this event.
      Returns:
      the newly created Knowledge instance.