Class fever.app.theme.ThemeEvent

Description

Event structure for Look And Feel application events.

Field Index

onApplyLookAndFeelEVENT, onChangeEVENT

Method Index

new ThemeEvent()
getTheme()

Inherited from AbstractEvent

Constructor Detail

ThemeEvent

public function ThemeEvent(type:EventType, theme:Theme)

Constructor.

Parameters

typeThe event name

Field Detail

onApplyLookAndFeelEVENT

static public onApplyLookAndFeelEVENT:EventType
Broadcasted when user want to apply a new selected Look and Feel.

onChangeEVENT

static public onChangeEVENT:EventType
Event type broadcasted when theme change.

Method Detail

getTheme

public function getTheme():Theme

Returns target theme.