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  
Emulator — class, package cc.cote.jmulator.emulators
The Emulator class is an abstract class which is used, and extended, by the board-specific classes in the emulators package.
Emulator(listenOn:flash.display:InteractiveObject, typematic:Boolean, triggering:String) — Constructor, class cc.cote.jmulator.emulators.Emulator
Constructor (private).
EmulatorEvent — class, package cc.cote.jmulator.events
An EmulatorEvent object is dispatched whenever the status of an input on a physical board changes.
EmulatorEvent(type:String, status:Boolean, input:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class cc.cote.jmulator.events.EmulatorEvent
Constructs an EmulatorEvent object.
EmulatorTriggerMode — class, package cc.cote.jmulator.emulators
An enumeration class that defines the trigger modes that can be used with the various emulator classes.
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