| Package | funnel |
| Class | public class FunnelEvent |
| Inheritance | FunnelEvent flash.events.Event |
| Method | Defined by | ||
|---|---|---|---|
|
FunnelEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| FunnelEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| I2C_POWER_PINS_READY : String = "i2cPowerPinsReady" [static]
This event will be sent when I2C power pins of an I/O module is ready
| FunnelEvent | ||
| READY : String = "ready" [static]
This event will be sent when an I/O module is ready
| FunnelEvent | ||
| FunnelEvent | () | constructor |
public function FunnelEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| I2C_POWER_PINS_READY | constant |
public static const I2C_POWER_PINS_READY:String = "i2cPowerPinsReady"This event will be sent when I2C power pins of an I/O module is ready
| READY | constant |
public static const READY:String = "ready"This event will be sent when an I/O module is ready