Class fever.events.ApplicationEvent

Description

Event structure for all application events.

Field Index

onFocusChangeEVENT, onResizeEVENT, onStateChangeEVENT

Method Index

new ApplicationEvent()

Inherited from AbstractEvent

Constructor Detail

ApplicationEvent

public function ApplicationEvent(type:EventType, target)

Constructor.

Parameters

typeThe event name

Field Detail

onFocusChangeEVENT

static public onFocusChangeEVENT:EventType
Broadcasted when application focus change.

onResizeEVENT

static public onResizeEVENT:EventType
Broadcasted when application is resized.

onStateChangeEVENT

static public onStateChangeEVENT:EventType
Broadcasted when application state change.