Ticket #616 (closed Enhancement: fixed)

Opened 11 years ago

Last modified 11 years ago

Add PRE_ and POST_DELETE_TOPIC core events

Reported by: jri Owned by: jri
Priority: Minor Milestone: Release 4.2
Component: DeepaMehta Standard Distribution Version: 4.1.3
Keywords: Cc: dgf, Malte
Complexity: 2 Area: Application Framework / API
Module: deepamehta-core

Description

Just for the sake of orthogonality.

Change History

comment:1 Changed 11 years ago by jri

  • Status changed from new to accepted

comment:2 Changed 11 years ago by Jörg Richter

  • Status changed from accepted to closed
  • Resolution set to fixed

Core: add PRE/POST_DELETE_TOPIC events (#616).

2 new event listeners:

de.deepamehta.core.service.event.PreDeleteTopicListener
    void preDeleteTopic(Topic topic, Directives directives)

de.deepamehta.core.service.event.PostDeleteTopicListener
    void postDeleteTopic(Topic topic, Directives directives)

The core events are now complete orthogonality-wise.

Close #616.

Note: See TracTickets for help on using tickets.