Packagecom.sekati.thinkgear.events
Classpublic final class EEGPowersEvent
InheritanceEEGPowersEvent Inheritance flash.events.Event

EEGPowersEvent dispatched when EEG Power data is captured by the ThinkGear BCI.



Public Properties
 PropertyDefined by
  eegPowers : EEGPowers
EEG Powers data object updated with data captured by the ThinkGear BCI.
EEGPowersEvent
Public Methods
 MethodDefined by
  
EEGPowersEvent(data:EEGPowers, type:String, bubbles:Boolean = false, cancelable:Boolean = false)
EEGPowersEvent Constructor
EEGPowersEvent
  
clone():Event
EEGPowersEvent
Public Constants
 ConstantDefined by
  EEG_POWERS_DATA : String = "com.sekati.thinkgear.events.EEGPowersEvent.eegPowersData"
[static]
EEGPowersEvent
Property detail
eegPowersproperty
eegPowers:EEGPowers  [read-write]

EEG Powers data object updated with data captured by the ThinkGear BCI.

Implementation
    public function get eegPowers():EEGPowers
    public function set eegPowers(value:EEGPowers):void
Constructor detail
EEGPowersEvent()constructor
public function EEGPowersEvent(data:EEGPowers, type:String, bubbles:Boolean = false, cancelable:Boolean = false)

EEGPowersEvent Constructor

Parameters
data:EEGPowers
 
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
EEG_POWERS_DATAconstant
public static const EEG_POWERS_DATA:String = "com.sekati.thinkgear.events.EEGPowersEvent.eegPowersData"