Changes between Version 10 and Version 11 of AnotherPluginDevelopmentGuide
- Timestamp:
- 17.09.2012 16:13:09 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnotherPluginDevelopmentGuide
v10 v11 631 631 import de.deepamehta.core.osgi.PluginActivator; 632 632 import de.deepamehta.core.service.ClientState; 633 import de.deepamehta.core.service. listener.PreCreateTopicListener;633 import de.deepamehta.core.service.event.PreCreateTopicListener; 634 634 import de.deepamehta.plugins.example.model.Example; 635 635 import de.deepamehta.plugins.example.model.ExampleTopic; … … 637 637 638 638 @Path("/example") 639 @Produces( "application/json")639 @Produces(MediaType.APPLICATION_JSON) 640 640 public class ExamplePlugin extends PluginActivator implements ExampleService, 641 641 PreCreateTopicListener {