Packagecc.cote.jmulator.events
Classpublic class IpacVeEvent
InheritanceIpacVeEvent Inheritance EmulatorEvent Inheritance flash.events.Event

Since : version 2.0b

An IpacVeEvent object is dispatched whenever the status of an input on an IpacVe board changes. The name of the dispatched event is exactly the name of the input (as labeled on the board itself).



Public Properties
 PropertyDefined By
 Inheritedinput : String
A string that specifies which input triggered the event.
EmulatorEvent
 Inheritedstatus : Boolean
A boolean that specifies if the input was activated (true) or deactivated (false)
EmulatorEvent
Public Methods
 MethodDefined By
  
IpacVeEvent(type:String, status:Boolean, input:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates an IpacVeEvent object
IpacVeEvent
 Inherited
toString():String
[override] Returns a string representation of the event and associated properties.
EmulatorEvent
Public Constants
 ConstantDefined By
  ANY_INPUT : String = anyInput
[static] The ANY_INPUT constant defines the value of the type property of a anyInput event object.
IpacVeEvent
  INPUT_1A : String = input_1a
[static] The INPUT_1A constant defines the value of the type property of a input_1a event object.
IpacVeEvent
  INPUT_1B : String = input_1b
[static] The INPUT_1B constant defines the value of the type property of a input_1b event object.
IpacVeEvent
  INPUT_1COIN : String = input_1coin
[static] The INPUT_1COIN constant defines the value of the type property of a input_1coin event object.
IpacVeEvent
  INPUT_1DOWN : String = input_1down
[static] The INPUT_1DOWN constant defines the value of the type property of a input_1down event object.
IpacVeEvent
  INPUT_1LEFT : String = input_1left
[static] The INPUT_1LEFT constant defines the value of the type property of a input_1left event object.
IpacVeEvent
  INPUT_1RGHT : String = input_1rght
[static] The INPUT_1RGHT constant defines the value of the type property of a input_1rght event object.
IpacVeEvent
  INPUT_1STRT : String = input_1strt
[static] The INPUT_1STRT constant defines the value of the type property of a input_1strt event object.
IpacVeEvent
  INPUT_1SW1 : String = input_1sw1
[static] The INPUT_1SW1 constant defines the value of the type property of a input_1sw1 event object.
IpacVeEvent
  INPUT_1SW2 : String = input_1sw2
[static] The INPUT_1SW2 constant defines the value of the type property of a input_1sw2 event object.
IpacVeEvent
  INPUT_1SW3 : String = input_1sw3
[static] The INPUT_1SW3 constant defines the value of the type property of a input_1sw3 event object.
IpacVeEvent
  INPUT_1SW4 : String = input_1sw4
[static] The INPUT_1SW4 constant defines the value of the type property of a input_1sw4 event object.
IpacVeEvent
  INPUT_1SW5 : String = input_1sw5
[static] The INPUT_1SW5 constant defines the value of the type property of a input_1sw5 event object.
IpacVeEvent
  INPUT_1SW6 : String = input_1sw6
[static] The INPUT_1SW6 constant defines the value of the type property of a input_1sw6 event object.
IpacVeEvent
  INPUT_1SW7 : String = input_1sw7
[static] The INPUT_1SW7 constant defines the value of the type property of a input_1sw7 event object.
IpacVeEvent
  INPUT_1SW8 : String = input_1sw8
[static] The INPUT_1SW8 constant defines the value of the type property of a input_1sw8 event object.
IpacVeEvent
  INPUT_1UP : String = input_1up
[static] The INPUT_1UP constant defines the value of the type property of a input_1up event object.
IpacVeEvent
  INPUT_2A : String = input_2a
[static] The INPUT_2A constant defines the value of the type property of a input_2a event object.
IpacVeEvent
  INPUT_2B : String = input_2b
[static] The INPUT_2B constant defines the value of the type property of a input_2b event object.
IpacVeEvent
  INPUT_2COIN : String = input_2coin
[static] The INPUT_2COIN constant defines the value of the type property of a input_2coin event object.
IpacVeEvent
  INPUT_2DOWN : String = input_2down
[static] The INPUT_2DOWN constant defines the value of the type property of a input_2down event object.
IpacVeEvent
  INPUT_2LEFT : String = input_2left
[static] The INPUT_2LEFT constant defines the value of the type property of a input_2left event object.
IpacVeEvent
  INPUT_2RGHT : String = input_2rght
[static] The INPUT_2RGHT constant defines the value of the type property of a input_2rght event object.
IpacVeEvent
  INPUT_2STRT : String = input_2strt
[static] The INPUT_2STRT constant defines the value of the type property of a input_2strt event object.
IpacVeEvent
  INPUT_2SW1 : String = input_2sw1
[static] The INPUT_2SW1 constant defines the value of the type property of a input_2sw1 event object.
IpacVeEvent
  INPUT_2SW2 : String = input_2sw2
[static] The INPUT_2SW2 constant defines the value of the type property of a input_2sw2 event object.
IpacVeEvent
  INPUT_2SW3 : String = input_2sw3
[static] The INPUT_2SW3 constant defines the value of the type property of a input_2sw3 event object.
IpacVeEvent
  INPUT_2SW4 : String = input_2sw4
[static] The INPUT_2SW4 constant defines the value of the type property of a input_2sw4 event object.
IpacVeEvent
  INPUT_2SW5 : String = input_2sw5
[static] The INPUT_2SW5 constant defines the value of the type property of a input_2sw5 event object.
IpacVeEvent
  INPUT_2SW6 : String = input_2sw6
[static] The INPUT_2SW6 constant defines the value of the type property of a input_2sw6 event object.
IpacVeEvent
  INPUT_2SW7 : String = input_2sw7
[static] The INPUT_2SW7 constant defines the value of the type property of a input_2sw7 event object.
IpacVeEvent
  INPUT_2SW8 : String = input_2sw8
[static] The INPUT_2SW8 constant defines the value of the type property of a input_2sw8 event object.
IpacVeEvent
  INPUT_2UP : String = input_2up
[static] The INPUT_2UP constant defines the value of the type property of a input_2up event object.
IpacVeEvent
Constructor Detail
IpacVeEvent()Constructor
public function IpacVeEvent(type:String, status:Boolean, input:String, bubbles:Boolean = false, cancelable:Boolean = false)

Creates an IpacVeEvent object

Parameters
type:String
 
status:Boolean
 
input:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
ANY_INPUTConstant
public static const ANY_INPUT:String = anyInput

The ANY_INPUT constant defines the value of the type property of a anyInput event object.

INPUT_1AConstant 
public static const INPUT_1A:String = input_1a

The INPUT_1A constant defines the value of the type property of a input_1a event object.

INPUT_1BConstant 
public static const INPUT_1B:String = input_1b

The INPUT_1B constant defines the value of the type property of a input_1b event object.

INPUT_1COINConstant 
public static const INPUT_1COIN:String = input_1coin

The INPUT_1COIN constant defines the value of the type property of a input_1coin event object.

INPUT_1DOWNConstant 
public static const INPUT_1DOWN:String = input_1down

The INPUT_1DOWN constant defines the value of the type property of a input_1down event object.

INPUT_1LEFTConstant 
public static const INPUT_1LEFT:String = input_1left

The INPUT_1LEFT constant defines the value of the type property of a input_1left event object.

INPUT_1RGHTConstant 
public static const INPUT_1RGHT:String = input_1rght

The INPUT_1RGHT constant defines the value of the type property of a input_1rght event object.

INPUT_1STRTConstant 
public static const INPUT_1STRT:String = input_1strt

The INPUT_1STRT constant defines the value of the type property of a input_1strt event object.

INPUT_1SW1Constant 
public static const INPUT_1SW1:String = input_1sw1

The INPUT_1SW1 constant defines the value of the type property of a input_1sw1 event object.

INPUT_1SW2Constant 
public static const INPUT_1SW2:String = input_1sw2

The INPUT_1SW2 constant defines the value of the type property of a input_1sw2 event object.

INPUT_1SW3Constant 
public static const INPUT_1SW3:String = input_1sw3

The INPUT_1SW3 constant defines the value of the type property of a input_1sw3 event object.

INPUT_1SW4Constant 
public static const INPUT_1SW4:String = input_1sw4

The INPUT_1SW4 constant defines the value of the type property of a input_1sw4 event object.

INPUT_1SW5Constant 
public static const INPUT_1SW5:String = input_1sw5

The INPUT_1SW5 constant defines the value of the type property of a input_1sw5 event object.

INPUT_1SW6Constant 
public static const INPUT_1SW6:String = input_1sw6

The INPUT_1SW6 constant defines the value of the type property of a input_1sw6 event object.

INPUT_1SW7Constant 
public static const INPUT_1SW7:String = input_1sw7

The INPUT_1SW7 constant defines the value of the type property of a input_1sw7 event object.

INPUT_1SW8Constant 
public static const INPUT_1SW8:String = input_1sw8

The INPUT_1SW8 constant defines the value of the type property of a input_1sw8 event object.

INPUT_1UPConstant 
public static const INPUT_1UP:String = input_1up

The INPUT_1UP constant defines the value of the type property of a input_1up event object.

INPUT_2AConstant 
public static const INPUT_2A:String = input_2a

The INPUT_2A constant defines the value of the type property of a input_2a event object.

INPUT_2BConstant 
public static const INPUT_2B:String = input_2b

The INPUT_2B constant defines the value of the type property of a input_2b event object.

INPUT_2COINConstant 
public static const INPUT_2COIN:String = input_2coin

The INPUT_2COIN constant defines the value of the type property of a input_2coin event object.

INPUT_2DOWNConstant 
public static const INPUT_2DOWN:String = input_2down

The INPUT_2DOWN constant defines the value of the type property of a input_2down event object.

INPUT_2LEFTConstant 
public static const INPUT_2LEFT:String = input_2left

The INPUT_2LEFT constant defines the value of the type property of a input_2left event object.

INPUT_2RGHTConstant 
public static const INPUT_2RGHT:String = input_2rght

The INPUT_2RGHT constant defines the value of the type property of a input_2rght event object.

INPUT_2STRTConstant 
public static const INPUT_2STRT:String = input_2strt

The INPUT_2STRT constant defines the value of the type property of a input_2strt event object.

INPUT_2SW1Constant 
public static const INPUT_2SW1:String = input_2sw1

The INPUT_2SW1 constant defines the value of the type property of a input_2sw1 event object.

INPUT_2SW2Constant 
public static const INPUT_2SW2:String = input_2sw2

The INPUT_2SW2 constant defines the value of the type property of a input_2sw2 event object.

INPUT_2SW3Constant 
public static const INPUT_2SW3:String = input_2sw3

The INPUT_2SW3 constant defines the value of the type property of a input_2sw3 event object.

INPUT_2SW4Constant 
public static const INPUT_2SW4:String = input_2sw4

The INPUT_2SW4 constant defines the value of the type property of a input_2sw4 event object.

INPUT_2SW5Constant 
public static const INPUT_2SW5:String = input_2sw5

The INPUT_2SW5 constant defines the value of the type property of a input_2sw5 event object.

INPUT_2SW6Constant 
public static const INPUT_2SW6:String = input_2sw6

The INPUT_2SW6 constant defines the value of the type property of a input_2sw6 event object.

INPUT_2SW7Constant 
public static const INPUT_2SW7:String = input_2sw7

The INPUT_2SW7 constant defines the value of the type property of a input_2sw7 event object.

INPUT_2SW8Constant 
public static const INPUT_2SW8:String = input_2sw8

The INPUT_2SW8 constant defines the value of the type property of a input_2sw8 event object.

INPUT_2UPConstant 
public static const INPUT_2UP:String = input_2up

The INPUT_2UP constant defines the value of the type property of a input_2up event object.