Packagecc.cote.jmulator.emulators
Classpublic class EmulatorTriggerMode
InheritanceEmulatorTriggerMode Inheritance Object

Since : version 2.0b

An enumeration class that defines the trigger modes that can be used with the various emulator classes.



Public Constants
 ConstantDefined By
  TRIGGER_BOTH : String = both
[static] A string representing both activation (on) and deactivation (off) states of an emulator.
EmulatorTriggerMode
  TRIGGER_OFF : String = off
[static] A string representing only the deactivation (off) state of the emulator.
EmulatorTriggerMode
  TRIGGER_ON : String = on
[static] A string representing only the activation (on) state of the emulator.
EmulatorTriggerMode
Constant Detail
TRIGGER_BOTHConstant
public static const TRIGGER_BOTH:String = both

A string representing both activation (on) and deactivation (off) states of an emulator.

TRIGGER_OFFConstant 
public static const TRIGGER_OFF:String = off

A string representing only the deactivation (off) state of the emulator.

TRIGGER_ONConstant 
public static const TRIGGER_ON:String = on

A string representing only the activation (on) state of the emulator.