Class fvaswing.utils.FvComponentBuffer

Description

Allow to insert component into special buffer to preload them before any actions in your application.

Buffer is preload during fvaswing.FvAsWing instanciation.
Adds components to buffer before FvAsWing.getInstance() or {code FvAsWing.init()} methods call.

FeverStage broadcast fvaswing.FvAsWing.onUICompleteEVENT event when components are preloaded and UI is ready to be used. ( just after the 1st UI paint ).

Method Index

isEmpty(), preload(), push()

Method Detail

push

static public function push(component:FvUIBuffer):Void

Adds passed-in component into buffer.

isEmpty

static public function isEmpty():Boolean

Returns true if no components are added to buffer.

preload

static public function preload():Void

Starts preloading of all included components.