Packageorg.wiiflash.events
Classpublic final class PeakEvent
InheritancePeakEvent Inheritance flash.events.Event

WiiFlash dispatches PeakEvent objects when a HistoryPeakDetection object detected a peak.



Public Methods
 MethodDefined by
  
Creates an event object that contains information about peak events.
PeakEvent
Public Constants
 ConstantDefined by
  PEAK : String = "peak"
[static] Type of the peak event that is dispatched by a HistoryPeakDetection object.
PeakEvent
Constructor detail
PeakEvent()constructor
public function PeakEvent()

Creates an event object that contains information about peak events.

Constant detail
PEAKconstant
public static const PEAK:String = "peak"

Type of the peak event that is dispatched by a HistoryPeakDetection object.