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  
willTrigger(type:String) — method, class com.soma.core.controller.Command
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
willTrigger(type:String) — method, interface com.soma.core.interfaces.ISoma
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
willTrigger(type:String) — method, class com.soma.core.model.Model
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
willTrigger(type:String) — method, class com.soma.core.wire.Wire
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
Wire — class, package com.soma.core.wire
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 Wire is a class that will hold the logic of the Application. Wires can be used in many ways, depending on how you want to manage your views, commands and models.
Wire(name:String) — Constructor, class com.soma.core.wire.Wire
Create an instance of a Wire class.
wires — Property, class com.soma.core.Soma
Gets the wires manager instance.
wires — Property, interface com.soma.core.interfaces.ISoma
Gets the wires manager instance.
wires — Property, class com.soma.core.wire.SomaWires
List of the wires registered to the framework.
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