Changes between Version 10 and Version 11 of AnotherPluginDevelopmentGuide


Ignore:
Timestamp:
17.09.2012 16:13:09 (12 years ago)
Author:
dgf
Comment:

adapt API listener renaming

Legend:

Unmodified
Added
Removed
Modified
  • AnotherPluginDevelopmentGuide

    v10 v11  
    631631import de.deepamehta.core.osgi.PluginActivator; 
    632632import de.deepamehta.core.service.ClientState; 
    633 import de.deepamehta.core.service.listener.PreCreateTopicListener; 
     633import de.deepamehta.core.service.event.PreCreateTopicListener; 
    634634import de.deepamehta.plugins.example.model.Example; 
    635635import de.deepamehta.plugins.example.model.ExampleTopic; 
     
    637637 
    638638@Path("/example") 
    639 @Produces("application/json") 
     639@Produces(MediaType.APPLICATION_JSON) 
    640640public class ExamplePlugin extends PluginActivator implements ExampleService, 
    641641        PreCreateTopicListener {