Ticket #597 (closed Enhancement: fixed)

Opened 11 years ago

Last modified 11 years ago

Core API: add deliverEvent() method

Reported by: jri Owned by: jri
Priority: Major 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

The Core Service API should provide a method for delivering an event to a certain plugin (instead of all plugins).

This is needed by the dm4-websockets plugin.
https://github.com/jri/dm4-websockets

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 Service API: add deliverEvent() (#597).

The Core Service API provides a method for delivering an event to a sinlge plugin.
If the plugin is not a listener for that event nothing is performed.

void void deliverEvent(String pluginUri, DeepaMehtaEvent event, Object... params)

Close #597.

Note: See TracTickets for help on using tickets.