Renamed IExecutor -> CommandExecutor and fixed SERVER_COMMAND doc
By: stevenh <steven.hartland@multiplay.co.uk>
This commit is contained in:
@@ -33,7 +33,7 @@ public interface PluginLoader {
|
||||
* @param type Type of the event executor to create
|
||||
* @param listener the object that will handle the eventual call back
|
||||
*/
|
||||
public IExecutor createExecutor(Event.Type type, Listener listener);
|
||||
public EventExecutor createExecutor(Event.Type type, Listener listener);
|
||||
|
||||
/**
|
||||
* Enables the specified plugin
|
||||
|
||||
Reference in New Issue
Block a user