Packagecom.soma.core.interfaces
Interfacepublic 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

com.soma.core.Soma
com.soma.core.interfaces.ISomaPluginVO


Public Methods
 MethodDefined By
  
dispose():void
Destroys the elements created by the plugin.
ISomaPlugin
  
initialize(pluginVO:ISomaPluginVO):void
Initializes the plugin.
ISomaPlugin
Method Detail
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