| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| ICommand — Interface, package com.soma.core.interfaces |
|
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
|
| ICommandASync — Interface, package com.soma.core.interfaces |
|
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 to create asynchronous command. |
| IMediator — Interface, package com.soma.core.interfaces |
|
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
The IMediator interface exposes the methods of a Mediator instance. |
| IModel — Interface, package com.soma.core.interfaces |
|
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
|
| initialize() — method, class com.soma.core.Soma |
|
Method that you can optionally overwrite to initialize elements before anything else. |
| initialize() — method, class com.soma.core.controller.Command |
|
Method that you can optionally overwrite and that is called after the command has been registered with the framework. |
| initialize() — method, interface com.soma.core.interfaces.IModel |
|
Method that you can overwrite, called by the framework when the model is initialized. |
| initialize(pluginVO:com.soma.core.interfaces:ISomaPluginVO) — method, interface com.soma.core.interfaces.ISomaPlugin |
|
Initializes the plugin. |
| initialize() — method, interface com.soma.core.interfaces.IWire |
|
Method that you can overwrite, called by the framework when the model is initialized. |
| initialize() — method, class com.soma.core.model.Model |
|
Method that can you can override, called when the model has been registered to the framework. |
| initialize() — method, class com.soma.core.wire.Wire |
|
Method that can you can override, called when the wire has been registered to the framework. |
| initializeSubCommands() — method, class com.soma.core.controller.ParallelCommand |
|
Method that you can overwrite to add commands to the parallele command. |
| initializeSubCommands() — method, class com.soma.core.controller.SequenceCommand |
|
Method that you can overwrite to add commands to the sequence command. |
| injectInto(instance:Object) — method, class com.soma.core.di.SomaInjector |
|
Performs injection into the given instance. |
| injectInto(instance:Object) — method, interface com.soma.core.interfaces.ISomaInjector |
|
Performs injection into the given instance. |
| injector — Property, class com.soma.core.Soma |
|
Retrieves the injector instance that has been created by the framework from the injector Class registered. |
| injector — Property, class com.soma.core.controller.Command |
| |
| injector — Property, interface com.soma.core.interfaces.ISoma |
|
Retrieves the injector instance that has been created by the framework from the injector Class registered. |
| injector — Property, class com.soma.core.wire.Wire |
| |
| injectorClass — Property, class com.soma.core.Soma |
|
Retrieves the injector Class registered to the framework. |
| injectorClass — Property, interface com.soma.core.interfaces.ISoma |
|
Retrieves the injector Class registered to the framework. |
| instance — Property, class com.soma.core.controller.Command |
|
Retrieves the instance of the framework. |
| instance — Property, interface com.soma.core.interfaces.IWire |
|
Instance of the framework. |
| instance — Property, class com.soma.core.wire.Wire |
|
Retrieves the instance of the framework. |
| IParallelCommand — Interface, package com.soma.core.interfaces |
|
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
|
| IResponder — Interface, package com.soma.core.interfaces |
|
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 receive data from a asynchronous call. |
| ISequenceCommand — Interface, package com.soma.core.interfaces |
|
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
|
| isMapped(viewClass:Class) — method, class com.soma.core.mediator.SomaMediators |
|
Indicates wether a view Class has a mapping rule. |
| ISoma — Interface, package com.soma.core.interfaces |
|
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 the class that will extend the Soma class. |
| ISomaInjector — Interface, package com.soma.core.interfaces |
|
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
The ISomaInjector interface exposes the injection methods used by the framework. |
| ISomaPlugin — Interface, package com.soma.core.interfaces |
|
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). |
| ISomaPluginVO — Interface, package com.soma.core.interfaces |
|
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 will hold the plugin options (ex: SomaDebuggerVO). |
| ISomaReflector — Interface, package com.soma.core.interfaces |
|
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
The ISomaReflector interface exposes the reflection methods used by the framework. |
| isPartOfASequence(event:flash.events:Event) — method, class com.soma.core.Soma |
|
Indicates wether an event has been instantiated from a ISequenceCommand class. |
| isPartOfASequence(event:flash.events:Event) — method, class com.soma.core.controller.Command |
|
Indicates wether an event has been instantiated from a ISequenceCommand class. |
| isPartOfASequence(event:flash.events:Event) — method, class com.soma.core.controller.SomaController |
|
Indicates wether an event has been instantiated from a ISequenceCommand class. |
| isPartOfASequence(event:flash.events:Event) — method, interface com.soma.core.interfaces.ISoma |
|
Indicates wether an event has been instantiated from a ISequenceCommand class. |
| isPartOfASequence(event:flash.events:Event) — method, class com.soma.core.wire.Wire |
|
Indicates wether an event has been instantiated from a ISequenceCommand class. |
| IWire — Interface, package com.soma.core.interfaces |
|
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
|
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |