Enhanced Plugin System: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Javydreamercsw
Created page with "== Proposal == *Move the plugin system from Stendhal into Marauroa core. *Provide hook system for the plugins to interact with Marauroa life cycle == Identified hook points == *..."
imported>Javydreamercsw
No edit summary
Line 20: Line 20:
Of course the names of the Interface and class needs to be updated.
Of course the names of the Interface and class needs to be updated.
[http://simple-marauroa.svn.sourceforge.net/viewvc/simple-marauroa/trunk/Simple-Server/src/simple/server/extension/SimpleServerExtension.java?revision=101&view=markup Proposed Interface]
[http://simple-marauroa.svn.sourceforge.net/viewvc/simple-marauroa/trunk/Simple-Server/src/simple/server/extension/SimpleServerExtension.java?revision=101&view=markup Proposed Interface]

This interfaced has been already ported in git branch server_extenstions for further testing/evaluation.