Class fever.events.FeverEventList

Description

Simple application events declaration.

Can use these events within FeverController front controller to define some event / command combination.

See Also

Field Index

onApplyLookAndFeelEVENT, onExitApplicationEVENT, onLockInteractionEVENT

Field Detail

onLockInteractionEVENT

static public onLockInteractionEVENT:EventType
Event type called to lock user interaction.

onExitApplicationEVENT

static public onExitApplicationEVENT:EventType
Event type called when user want to quit application.

onApplyLookAndFeelEVENT

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