com.electrotank.electroserver5.extensions
Interface PluginLifeCycle

All Superinterfaces:
ExtensionLifeCycle
All Known Implementing Classes:
BasePlugin

public interface PluginLifeCycle
extends ExtensionLifeCycle

Interface for automatic initialization of extensions and plugins. Implement this interface with a class that is a plugin, and when the plugin is instantiated, after the api is injected the init method will be executed.

See Also:
ExtensionLifeCycle

Method Summary
 
Methods inherited from interface com.electrotank.electroserver5.extensions.ExtensionLifeCycle
destroy, init
 



Copyright © 2007-2010 Electrotank, Inc. All Rights Reserved.