Changes between Initial Version and Version 1 of Ticket #261, comment 6


Ignore:
Timestamp:
01.07.2012 20:47:40 (13 years ago)
Author:
jri
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #261, comment 6

    initial v1  
    1010 
    1111Old code: 
    12  
     12{{{ 
    1313    public class WorkspacesPlugin extends Plugin implements WorkspacesService { 
    1414 
     
    1818        } 
    1919    } 
    20  
     20}}} 
    2121New code: 
    22  
     22{{{ 
    2323    import de.deepamehta.core.service.listeners.PostCreateTopicListener; 
    2424 
     
    3030        } 
    3131    } 
    32  
     32}}} 
    3333The core service API has 2 new methods: 
     34{{{ 
    3435    List<Object> fireEvent(CoreEvent event, Object... params); 
    3536    void addListener(CoreEvent event, Listener listener); 
    36  
     37}}} 
    3738These are usually not to be called by the plugin developer. 
    3839