Package | com.soma.core.interfaces |
Interface | public interface ISomaPlugin |
Author: Romuald Quantin - www.soundstep.com
Resources: http://www.soundstep.com/downloads/somacore
Actionscript version: 3.0
Copyright: Mozilla Public License 1.1 (MPL 1.1) http://www.opensource.org/licenses/mozilla1.1.php
Interface used by a class that is meant to be instantiated by the framework (ex:SomaDebugger).See also
Method | Defined By | ||
---|---|---|---|
dispose():void
Destroys the elements created by the plugin. | ISomaPlugin | ||
initialize(pluginVO:ISomaPluginVO):void
Initializes the plugin. | ISomaPlugin |
dispose | () | method |
public function dispose():void
Destroys the elements created by the plugin.
initialize | () | method |
public function initialize(pluginVO:ISomaPluginVO):void
Initializes the plugin.
Parameters
pluginVO:ISomaPluginVO |