| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| _o — Property in class com.bourre.events.ValueObjectEvent | |
| OBJECT — Static property in class com.bourre.ioc.parser.ContextTypeList | |
| ObjectEvent — Class in package com.bourre.events | |
| An event object which carry any object. | |
| ObjectEvent(sType, oTarget, o) — Constructor in class com.bourre.events.ObjectEvent | |
Creates a new ObjectEvent object. |
|
| ObjectIterator — Class in package com.bourre.collection | |
The ObjectIterator class provides a convenient way
to iterate through each property of an Object instance
as you could do with a Collection instance. |
|
| ObjectIterator(o) — Constructor in class com.bourre.collection.ObjectIterator | |
| Creates a new iterator to iterate through each property of the passed-in object. | |
| ObjectParser — Class in package com.bourre.ioc.parser | |
| Parser implementation for generic objects defined in xml context. | |
| ObjectParser(assembler:com.bourre.ioc.assembler:ApplicationAssembler) — Constructor in class com.bourre.ioc.parser.ObjectParser | |
| Creates instance. | |
| objectsBuiltCallback — Property in class com.bourre.ioc.assembler.displayobject.DisplayLoaderInfo | |
| OBJECTS_BUILT_CALLBACK — Constant static property in class com.bourre.ioc.parser.ContextAttributeList | |
| ObjectUtils — Class in package com.bourre.utils | |
| Set of object utilities functions. | |
| _oCallbackTarget — Property in class com.bourre.events.EventCallbackAdapter | |
| _oContext — Property in class com.bourre.ioc.parser.ContextParser | |
| _oController — Property in class com.bourre.plugin.AbstractPlugin | |
| Plugin FronController | |
| _oDefaultChannel — Property in class com.bourre.events.ChannelBroadcaster | |
| _oDimension — Property in class com.bourre.events.DimensionEvent | |
| _oEB — Property in class com.bourre.commands.AbstractSyncCommand | |
| The internal event broadcaster. | |
| _oEB — Property in class com.bourre.ioc.parser.ContextParser | |
| _oEB — Property in class com.bourre.media.sound.SoundInfo | |
| _oEB — Property in class com.bourre.model.AbstractModel | |
| Dedicated Broadcaster for this model. | |
| _oEB — Property in class com.bourre.view.AbstractView | |
| Dedicated Broadcaster for this view. | |
| _oEBPublic — Property in class com.bourre.plugin.AbstractPlugin | |
| Public Braodcaster | |
| off() — Method in interface com.bourre.log.Log | |
| Closes the logging tunnel. | |
| off() — Method in class com.bourre.log.PixlibDebug | |
| Closes the logging tunnel. | |
| off() — Method in class com.bourre.plugin.PluginDebug | |
| Closes the logging tunnel. | |
| OFF — Constant static property in class com.bourre.log.LogLevel | |
| _oHashTable — Constant static property in class com.bourre.core.HashCodeFactory | |
| A hash map which store the generated keys for each object for which an identifier was generated. | |
| _oIterator — Property in class com.bourre.commands.AbstractIterationCommand | |
| A reference to the iterator used by this command | |
| _oKeyDico — Property in class com.bourre.collection.HashMap | |
| A dictionnary which stores the mapping (key - value) for this map. | |
| _oLastCommand — Property in class com.bourre.commands.ASyncBatch | |
| Last executed command | |
| oLoader — Property in class com.bourre.ioc.DefaultApplicationRunner | |
| Aplication loader instance. | |
| _oMetaData — Property in class com.bourre.media.video.MetaDataInfo | |
| _oMetaData — Property in class com.bourre.media.video.VideoDisplay | |
| _oModelLocator — Property in class com.bourre.plugin.AbstractPlugin | |
| Locator for models | |
| on() — Method in interface com.bourre.log.Log | |
| Opens the logging tunnel. | |
| on() — Method in class com.bourre.log.PixlibDebug | |
| Opens the logging tunnel. | |
| on() — Method in class com.bourre.plugin.PluginDebug | |
| Opens the logging tunnel. | |
| onApplicationChannelsAssigned(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.DefaultApplicationRunner | |
| Triggered when communication channels are created. | |
| onApplicationChannelsAssigned(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy | |
| Triggered when communication channels are created. | |
| onApplicationChannelsAssigned — Event in class com.bourre.ioc.load.ApplicationLoader | |
| Dispatched when all communication channels are assigned. | |
| onApplicationChannelsAssigned(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in interface com.bourre.ioc.load.ApplicationLoaderListener | |
| Triggered when communication channels are created. | |
| onApplicationChannelsAssignedEVENT — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
Defines the value of the type property of the event
object for a onApplicationChannelsAssigned event. |
|
| onApplicationInit(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.DefaultApplicationRunner | |
| Triggered when application is ready. | |
| onApplicationInit(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy | |
| Triggered when application is ready. | |
| onApplicationInit — Event in class com.bourre.ioc.load.ApplicationLoader | |
|
Dispatched when application is ready. IoC engine complete. |
|
| onApplicationInit(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in interface com.bourre.ioc.load.ApplicationLoaderListener | |
| Triggered when application is ready. | |
| onApplicationInit() — Method in class com.bourre.plugin.AbstractPlugin | |
| Triggered when all IoC processing is finished. | |
| onApplicationInit() — Method in class com.bourre.plugin.NullPlugin | |
| Triggered when all IoC processing is finished. | |
| onApplicationInit() — Method in interface com.bourre.plugin.Plugin | |
| Triggered when all IoC processing is finished. | |
| onApplicationInitEVENT — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
Defines the value of the type property of the event
object for a onApplicationInit event. |
|
| onApplicationMethodsCalled(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.DefaultApplicationRunner | |
| Triggered when all methods defined in xml context are called on their respective owner instance. | |
| onApplicationMethodsCalled(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy | |
| Triggered when all methods defined in xml context are called on their respective owner instance. | |
| onApplicationMethodsCalled — Event in class com.bourre.ioc.load.ApplicationLoader | |
| Dispatched when all methods defined in context are called. | |
| onApplicationMethodsCalled(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in interface com.bourre.ioc.load.ApplicationLoaderListener | |
| Triggered when all methods defined in xml context are called on their respective owner instance. | |
| onApplicationMethodsCalledEVENT — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
Defines the value of the type property of the event
object for a onApplicationMethodsCalled event. |
|
| onApplicationObjectsBuilt(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.DefaultApplicationRunner | |
| Triggered when objects are created. | |
| onApplicationObjectsBuilt(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy | |
| Triggered when objects are created. | |
| onApplicationObjectsBuilt — Event in class com.bourre.ioc.load.ApplicationLoader | |
| Dispatched when all context objects are built. | |
| onApplicationObjectsBuilt(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in interface com.bourre.ioc.load.ApplicationLoaderListener | |
| Triggered when objects are created. | |
| onApplicationObjectsBuiltEVENT — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
Defines the value of the type property of the event
object for a onApplicationObjectsBuilt event. |
|
| onApplicationParsed(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.DefaultApplicationRunner | |
| Triggered when xml context is loaded and parsed. | |
| onApplicationParsed(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy | |
| Triggered when xml context is loaded and parsed. | |
| onApplicationParsed — Event in class com.bourre.ioc.load.ApplicationLoader | |
| Dispatched when context file is parsed. | |
| onApplicationParsed(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in interface com.bourre.ioc.load.ApplicationLoaderListener | |
| Triggered when xml context is loaded and parsed. | |
| onApplicationParsedEVENT — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
Defines the value of the type property of the event
object for a onApplicationParsed event. |
|
| onApplicationStart(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.DefaultApplicationRunner | |
| Triggered when xml context starts loading. | |
| onApplicationStart(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy | |
| Triggered when xml context starts loading. | |
| onApplicationStart — Event in class com.bourre.ioc.load.ApplicationLoader | |
| Dispatched when context files loading starts. | |
| onApplicationStart(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in interface com.bourre.ioc.load.ApplicationLoaderListener | |
| Triggered when xml context starts loading. | |
| onApplicationStartEVENT — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
Defines the value of the type property of the event
object for a onApplicationStart event. |
|
| onApplicationState(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.DefaultApplicationRunner | |
| Triggered when IOC process change his state. | |
| onApplicationState(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy | |
| Triggered when IOC process change his state. | |
| onApplicationState — Event in class com.bourre.ioc.load.ApplicationLoader | |
Dispatched when IoC engien state change
Possible values for state are :
|
|
| onApplicationState(e:com.bourre.ioc.load:ApplicationLoaderEvent) — Method in interface com.bourre.ioc.load.ApplicationLoaderListener | |
| Triggered when IOC process change his state. | |
| onApplicationStateEVENT — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
Defines the value of the type property of the event
object for a onApplicationState event. |
|
| onBufferEmptyEVENT — Static property in class com.bourre.media.video.VideoDisplayEvent | |
| onBufferFullEVENT — Static property in class com.bourre.media.video.VideoDisplayEvent | |
| onBuildDisplayObject(e:com.bourre.ioc.assembler.displayobject:DisplayObjectEvent) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderListener | |
| Triggered when a display object is built. | |
| onBuildDisplayObject(e:com.bourre.ioc.assembler.displayobject:DisplayObjectEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| Triggered when a display object is built. | |
| onBuildDisplayObjectEVENT — Static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectEvent | |
Defines the value of the type property of the event
object for a onBuildDisplayObject event. |
|
| onBuildProperty — Event in class com.bourre.ioc.assembler.property.PropertyExpert | |
| Dispatched when a property is built. | |
| onBuildProperty(e:com.bourre.ioc.assembler.property:PropertyEvent) — Method in interface com.bourre.ioc.assembler.property.PropertyExpertListener | |
| Dispatched when a property is built. | |
| onBuildPropertyEVENT — Constant static property in class com.bourre.ioc.assembler.property.PropertyEvent | |
Defines the value of the type property of the event
object for a onBuildProperty event. |
|
| onBuiltCallback() — Method in class com.bourre.ioc.assembler.displayobject.loader.AbstractDisplayLoader | |
| Triggered when 'objects-built-callback' is called from IoC engine. | |
| onBuiltCallback() — Method in interface com.bourre.ioc.assembler.displayobject.loader.DisplayLoader | |
| Triggered when 'objects-built-callback' is called from IoC engine. | |
| onChannelsCallback() — Method in class com.bourre.ioc.assembler.displayobject.loader.AbstractDisplayLoader | |
| Triggered when 'channels-assigned-callback' is called from IoC engine. | |
| onChannelsCallback() — Method in interface com.bourre.ioc.assembler.displayobject.loader.DisplayLoader | |
| Triggered when 'channels-assigned-callback' is called from IoC engine. | |
| onCommandEnd(e) — Method in class com.bourre.commands.ASyncBatch | |
| Receive events from its internal asynchronous commands. | |
| onCommandEnd(e) — Method in interface com.bourre.commands.ASyncCommandListener | |
| Called when the command have completed its process. | |
| onCommandEnd(e) — Method in class com.bourre.commands.ASyncCommandSequencer | |
| Called when the command have completed its process. | |
| onCommandEnd(e) — Method in class com.bourre.commands.ASyncQueue | |
| Receives event of the last executed command and start the next one with the event object received in this call. | |
| onCommandEnd(e) — Method in class com.bourre.commands.FrontController | |
| Catch callback events from asynchronous commands thiggered by this front controller. | |
| onCommandEnd(e) — Method in class com.bourre.commands.LoopCommand | |
| Called at the end of another loop command. | |
| onCommandEndEVENT — Constant static property in class com.bourre.commands.AbstractSyncCommand | |
| Name of the event dispatched at the end of the command's process. | |
| onCommandTimeout(e) — Method in interface com.bourre.commands.ASyncCommandSequencerListener | |
| onCommandTimeoutEVENT — Constant static property in class com.bourre.commands.ASyncCommandSequencer | |
| _onComplete(e) — Method in class com.bourre.load.strategy.LoaderStrategy | |
| _onComplete(e) — Method in class com.bourre.load.strategy.URLLoaderStrategy | |
| _onComplete(e) — Method in class com.bourre.media.sound.SoundURLStrategy | |
| onCompleteCallback() — Method in class com.bourre.ioc.assembler.displayobject.loader.AbstractDisplayLoader | |
| Triggered when 'complete-callback' is called from IoC engine. | |
| onCompleteCallback() — Method in interface com.bourre.ioc.assembler.displayobject.loader.DisplayLoader | |
| Triggered when 'complete-callback' is called from IoC engine. | |
| _onContextLoaderLoadInit(e:com.bourre.ioc.context:ContextLoaderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| _onContextParsingEnd(e:com.bourre.ioc.parser:ContextParserEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| onContextParsingEnd — Event in class com.bourre.ioc.parser.ContextParser | |
| Dispatched when context parsing is finished. | |
| onContextParsingEnd(e:com.bourre.ioc.parser:ContextParserEvent) — Method in interface com.bourre.ioc.parser.ContextParserListener | |
| Triggered when context parsing is finished. | |
| onContextParsingEndEVENT — Constant static property in class com.bourre.ioc.parser.ContextParserEvent | |
Defines the value of the type property of the event
object for a onContextParsingEnd event. |
|
| onContextParsingStart — Event in class com.bourre.ioc.parser.ContextParser | |
| Dispatched when context parsing starts. | |
| onContextParsingStart(e:com.bourre.ioc.parser:ContextParserEvent) — Method in interface com.bourre.ioc.parser.ContextParserListener | |
| Triggered when context parsing starts. | |
| onContextParsingStartEVENT — Constant static property in class com.bourre.ioc.parser.ContextParserEvent | |
Defines the value of the type property of the event
object for a onContextParsingStart event. |
|
| _onCuePoint(data) — Method in class com.bourre.media.video.VideoDisplay | |
| onCuePointEVENT — Static property in class com.bourre.media.video.VideoDisplayEvent | |
| onDataError(event:com.bourre.service:ServiceEvent) — Method in interface com.bourre.service.ServiceListener | |
| Dispatched when an error occurs. | |
| onDataErrorEVENT — Constant static property in class com.bourre.service.ServiceEvent | |
Defines the value of the type property of the event
object for a onDataError event. |
|
| onDataResult(event:com.bourre.service:ServiceEvent) — Method in interface com.bourre.service.ServiceListener | |
| Dispatched when a result is available. | |
| onDataResultEVENT — Constant static property in class com.bourre.service.ServiceEvent | |
Defines the value of the type property of the event
object for a onDataResult event. |
|
| onDebugEvents(debugEvents) — Method in class com.bourre.remoting.ServiceResponder | |
| onDisplayLoaderInit(e:com.bourre.load:GraphicLoaderEvent, displayLoaderInfo:com.bourre.ioc.assembler.displayobject:DisplayLoaderInfo) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Triggered when display loader is loaded. | |
| onDisplayLoaderInit(e:com.bourre.events:ValueObjectEvent) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderListener | |
| Triggered when a display loader is registred. | |
| onDisplayLoaderInit(e:com.bourre.events:ValueObjectEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| Triggered when a display loader is registred. | |
| onDisplayLoaderInitEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onDisplayLoaderInit event. |
|
| onDisplayObjectBuilderLoadInit — Event in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Dispatched when display list build is finished. | |
| onDisplayObjectBuilderLoadInit(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderListener | |
| All files in xml context are loaded. | |
| onDisplayObjectBuilderLoadInit(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| All files in xml context are loaded. | |
| onDisplayObjectBuilderLoadInitEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onDisplayObjectBuilderLoadInit event. |
|
| onDisplayObjectBuilderLoadStart — Event in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Dispatched when display list build is processing. | |
| onDisplayObjectBuilderLoadStart(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderListener | |
| Triggered when context files starts processing. | |
| onDisplayObjectBuilderLoadStart(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| Triggered when context files starts processing. | |
| onDisplayObjectBuilderLoadStartEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onDisplayObjectBuilderLoadStart event. |
|
| onDisplayObjectLoadInit — Event in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Dispatched when display list treatment is finished. | |
| onDisplayObjectLoadInit(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Triggered when Display objects queue loading is finished. | |
| onDisplayObjectLoadInit(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderListener | |
| Triggered when a graphic file loading is finished. | |
| onDisplayObjectLoadInit(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| Triggered when a graphic file loading is finished. | |
| onDisplayObjectLoadInitEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onDisplayObjectLoadInit event. |
|
| onDisplayObjectLoadStart — Event in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Dispatched when engine starts display list treatment. | |
| onDisplayObjectLoadStart(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Triggered when Display objects queue starts loading. | |
| onDisplayObjectLoadStart(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderListener | |
| Triggered when a graphic file starts loading. | |
| onDisplayObjectLoadStart(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| Triggered when a graphic file starts loading. | |
| onDisplayObjectLoadStartEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onDisplayObjectLoadStart event. |
|
| onDLLLoadInit — Event in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Dispatched when DLL list treatment is finished. | |
| onDLLLoadInit(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Triggered when DLL queue loading is finished. | |
| onDLLLoadInit(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderListener | |
| Triggered when a DLL file loading is finished. | |
| onDLLLoadInit(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| Triggered when a DLL file loading is finished. | |
| onDLLLoadInitEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onDLLLoadInit event. |
|
| onDLLLoadStart — Event in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Dispatched when engine starts DLL list treatment. | |
| onDLLLoadStart(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Triggered when DLL queue starts loading. | |
| onDLLLoadStart(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderListener | |
| Triggered when a DLL file starts loading. | |
| onDLLLoadStart(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| Triggered when a DLL file starts loading. | |
| onDLLLoadStartEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onDLLLoadStart event. |
|
| onEndVideoEVENT — Static property in class com.bourre.media.video.VideoDisplayEvent | |
| WORK ONLY WITH METADATA send when video has finish | |
| onErrorCallback(url) — Method in class com.bourre.ioc.assembler.displayobject.loader.AbstractDisplayLoader | |
| Triggered when 'error-callback' is called from IoC engine. | |
| onErrorCallback(url) — Method in interface com.bourre.ioc.assembler.displayobject.loader.DisplayLoader | |
| Triggered when 'error-callback' is called from IoC engine. | |
| onErrorEVENT — Static property in class com.bourre.media.video.VideoDisplayEvent | |
| onFault(e:com.bourre.remoting.events:BasicFaultEvent) — Method in class com.bourre.remoting.AbstractServiceProxy | |
| onFault(e:com.bourre.remoting.events:BasicFaultEvent) — Method in class com.bourre.remoting.RemotingCall | |
| onFault(e:com.bourre.remoting.events:BasicFaultEvent) — Method in interface com.bourre.remoting.interfaces.ServiceProxyListener | |
| onFaultEVENT — Static property in class com.bourre.remoting.events.BasicFaultEvent | |
Defines the value of the type property of the event
object for a onFault event. |
|
| onGlobalSoundChangeEVENT — Static property in class com.bourre.media.GlobalSoundManagerEvent | |
| _onHttpStatus(e) — Method in class com.bourre.load.strategy.LoaderStrategy | |
| _onHttpStatus(e) — Method in class com.bourre.load.strategy.URLLoaderStrategy | |
| _onHttpStatus(e) — Method in class com.bourre.media.sound.SoundURLStrategy | |
| _onInit(e) — Method in class com.bourre.load.strategy.LoaderStrategy | |
| _onInit(e) — Method in class com.bourre.media.sound.SoundURLStrategy | |
| onInitCallback(url) — Method in class com.bourre.ioc.assembler.displayobject.loader.AbstractDisplayLoader | |
| Triggered when 'init-callback' is called from IoC engine. | |
| onInitCallback(url) — Method in interface com.bourre.ioc.assembler.displayobject.loader.DisplayLoader | |
| Triggered when 'init-callback' is called from IoC engine. | |
| onInitialize() — Method in class com.bourre.load.AbstractLoader | |
| onInitialize() — Method in class com.bourre.load.GraphicLoader | |
| onInitialize() — Method in class com.bourre.media.sound.SoundLoader | |
| onInitialize() — Method in class com.bourre.media.video.VideoDisplay | |
| onInitModel — Event in class com.bourre.model.AbstractModel | |
| Dispatched when the user presses the Button control. | |
| onInitModel() — Method in class com.bourre.model.AbstractModel | |
Broadcasts onInitModel event to listeners. |
|
| onInitModel(e:com.bourre.events:StringEvent) — Method in interface com.bourre.model.ModelListener | |
| Triggered when model is initialized. | |
| onInitModel(e:com.bourre.events:StringEvent) — Method in class com.bourre.view.AbstractView | |
| onInitModelEVENT — Constant static property in class com.bourre.model.AbstractModel | |
Defines the value of the type property of the event
object for a onInitModel event. |
|
| onInitPlugin — Event in class com.bourre.plugin.AbstractPlugin | |
| Dispatched when plugin is initialized. | |
| onInitPlugin(e:com.bourre.plugin:PluginEvent) — Method in interface com.bourre.plugin.PluginListener | |
| Triggered when plugin is initialized. | |
| onInitPluginEVENT — Constant static property in class com.bourre.plugin.PluginEvent | |
Defines the value of the type property of the event
object for a onInitPlugin event. |
|
| onInitView() — Method in class com.bourre.view.AbstractView | |
Broadcasts onInitView event to listeners. |
|
| onInitView(e:com.bourre.events:StringEvent) — Method in interface com.bourre.view.ViewListener | |
| Triggered when view is initialized. | |
| onInitViewEVENT — Constant static property in class com.bourre.view.AbstractView | |
Defines the value of the type property of the event
object for a onInitView event. |
|
| _onIOError(e) — Method in class com.bourre.load.strategy.LoaderStrategy | |
| _onIOError(e) — Method in class com.bourre.load.strategy.URLLoaderStrategy | |
| _onIOError(e) — Method in class com.bourre.media.sound.SoundURLStrategy | |
| onItemLoadInitEVENT — Constant static property in class com.bourre.load.QueueLoaderEvent | |
Defines the value of the type property of the event
object for a onItemLoadInit event. |
|
| onItemLoadStartEVENT — Constant static property in class com.bourre.load.QueueLoaderEvent | |
Defines the value of the type property of the event
object for a onItemLoadStart event. |
|
| onLoadCallback(url) — Method in class com.bourre.ioc.assembler.displayobject.loader.AbstractDisplayLoader | |
| Triggered when 'load-callback' is called from IoC engine. | |
| onLoadCallback(url) — Method in interface com.bourre.ioc.assembler.displayobject.loader.DisplayLoader | |
| Triggered when 'load-callback' is called from IoC engine. | |
| onLoaderLoadError(e:com.bourre.load:LoaderEvent, ... rest) — Method in class com.bourre.load.QueueLoader | |
|
Triggered when an error occur
Fires event type : |
|
| onLoaderLoadInit(e:com.bourre.load:LoaderEvent, ... rest) — Method in class com.bourre.load.QueueLoader | |
| Triggered when a loader ( in queue ) is finished. | |
| onLoaderLoadProgress(e:com.bourre.load:LoaderEvent, ... rest) — Method in class com.bourre.load.QueueLoader | |
|
Triggered during loading progression
Fires event type : |
|
| onLoaderLoadStart(e:com.bourre.load:LoaderEvent, ... rest) — Method in class com.bourre.load.QueueLoader | |
| Triggered when a loader ( in queue ) starts loading. | |
| onLoaderLoadTimeOut(e:com.bourre.load:LoaderEvent, ... rest) — Method in class com.bourre.load.QueueLoader | |
|
Triggered when a timeout limit occur
Fires event type : |
|
| onLoadError(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.DefaultApplicationRunner | |
| Triggered when an error occurs during loading | |
| onLoadError(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy | |
| Triggered when an error occurs during loading | |
| onLoadError — Event in class com.bourre.ioc.context.ContextLoader | |
| Dispatched when an error occurs during context file loading. | |
| onLoadError — Event in class com.bourre.ioc.load.ApplicationLoader | |
| ispatched when an error occurs during context item file loading. | |
| onLoadError(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| onLoadError — Event in class com.bourre.load.AbstractLoader | |
| Dispatched when an error occurs during loading. | |
| onLoadError — Event in class com.bourre.load.FileLoader | |
| Dispatched when an error occurs during loading. | |
| onLoadError — Event in class com.bourre.load.GraphicLoader | |
| Dispatched when an error occurs during loading. | |
| onLoadError(e:com.bourre.load:LoaderEvent) — Method in interface com.bourre.load.LoaderListener | |
| Triggered when an error occurs during loading | |
| onLoadError — Event in class com.bourre.load.StreamLoader | |
| Dispatched when an error occurs during loading. | |
| onLoadError — Event in class com.bourre.load.XMLLoader | |
| Dispatched when an error occurs during loading. | |
| onLoadErrorEVENT — Event in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Dispatched when an error occurs during context element loading. | |
| onLoadErrorEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onLoadError event. |
|
| onLoadErrorEVENT — Constant static property in class com.bourre.ioc.context.ContextLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadError event. |
|
| onLoadErrorEVENT — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadError event. |
|
| onLoadErrorEVENT — Constant static property in class com.bourre.load.FileLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadError event. |
|
| onLoadErrorEVENT — Constant static property in class com.bourre.load.GraphicLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadError event. |
|
| onLoadErrorEVENT — Constant static property in class com.bourre.load.LoaderEvent | |
Defines the value of the type property of the event
object for a onLoadError event. |
|
| onLoadErrorEVENT — Constant static property in class com.bourre.load.QueueLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadError event. |
|
| onLoadErrorEVENT — Constant static property in class com.bourre.load.StreamLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadError event. |
|
| onLoadErrorEVENT — Constant static property in class com.bourre.load.XMLLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadError event. |
|
| onLoadErrorEVENT — Constant static property in class com.bourre.media.sound.SoundLoaderEvent | |
| onLoadErrorEVENT — Static property in class com.bourre.remoting.events.RemotingCallEvent | |
Defines the value of the type property of the event
object for a onLoadError event. |
|
| onLoadInit(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.DefaultApplicationRunner | |
| Triggered when loading is finished. | |
| onLoadInit — Event in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Dispatched when a context element loading is finished. | |
| onLoadInit(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy | |
| Triggered when loading is finished. | |
| onLoadInit — Event in class com.bourre.ioc.context.ContextLoader | |
| DDispatched when context file loading is finished. | |
| onLoadInit — Event in class com.bourre.ioc.load.ApplicationLoader | |
| Dispatched when a context item file loading is finished | |
| onLoadInit(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| onLoadInit — Event in class com.bourre.load.AbstractLoader | |
| Dispatched when loading is finished. | |
| onLoadInit — Event in class com.bourre.load.FileLoader | |
| Dispatched when loading is finished. | |
| onLoadInit — Event in class com.bourre.load.GraphicLoader | |
| Dispatched when loading is finished. | |
| onLoadInit(e:com.bourre.load:LoaderEvent) — Method in interface com.bourre.load.LoaderListener | |
| Triggered when loading is finished. | |
| onLoadInit — Event in class com.bourre.load.StreamLoader | |
| Dispatched when loading is finished. | |
| onLoadInit — Event in class com.bourre.load.XMLLoader | |
| Dispatched when loading is finished. | |
| onLoadInitEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onLoadInit event. |
|
| onLoadInitEVENT — Constant static property in class com.bourre.ioc.context.ContextLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadInit event. |
|
| onLoadInitEVENT — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadInit event. |
|
| onLoadInitEVENT — Constant static property in class com.bourre.load.FileLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadInit event. |
|
| onLoadInitEVENT — Constant static property in class com.bourre.load.GraphicLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadInit event. |
|
| onLoadInitEVENT — Constant static property in class com.bourre.load.LoaderEvent | |
Defines the value of the type property of the event
object for a onLoadInit event. |
|
| onLoadInitEVENT — Constant static property in class com.bourre.load.QueueLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadInit event. |
|
| onLoadInitEVENT — Constant static property in class com.bourre.load.StreamLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadInit event. |
|
| onLoadInitEVENT — Constant static property in class com.bourre.load.XMLLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadInit event. |
|
| onLoadInitEVENT — Constant static property in class com.bourre.media.sound.SoundLoaderEvent | |
| onLoadInitEVENT — Static property in class com.bourre.remoting.events.RemotingCallEvent | |
Defines the value of the type property of the event
object for a onLoadInit event. |
|
| onLoadProgress(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.DefaultApplicationRunner | |
| Triggered during loading progession. | |
| onLoadProgress — Event in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Dispatched during context element loading progression. | |
| onLoadProgress(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy | |
| Triggered during loading progession. | |
| onLoadProgress — Event in class com.bourre.ioc.context.ContextLoader | |
| Dispatched during context file loading progression. | |
| onLoadProgress — Event in class com.bourre.ioc.load.ApplicationLoader | |
| Dispatched during context item file loading progression | |
| onLoadProgress(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| onLoadProgress — Event in class com.bourre.load.AbstractLoader | |
| Dispatched during loading progression. | |
| onLoadProgress — Event in class com.bourre.load.FileLoader | |
| Dispatched during loading progression. | |
| onLoadProgress — Event in class com.bourre.load.GraphicLoader | |
| Dispatched during loading progression. | |
| onLoadProgress(e:com.bourre.load:LoaderEvent) — Method in interface com.bourre.load.LoaderListener | |
| Triggered during loading progession. | |
| onLoadProgress — Event in class com.bourre.load.StreamLoader | |
| Dispatched during loading progression. | |
| onLoadProgress — Event in class com.bourre.load.XMLLoader | |
| Dispatched during loading progression. | |
| onLoadProgressEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onLoadProgress event. |
|
| onLoadProgressEVENT — Constant static property in class com.bourre.ioc.context.ContextLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadProgress event. |
|
| onLoadProgressEVENT — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadProgress event. |
|
| onLoadProgressEVENT — Constant static property in class com.bourre.load.FileLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadProgress event. |
|
| onLoadProgressEVENT — Constant static property in class com.bourre.load.GraphicLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadProgress event. |
|
| onLoadProgressEVENT — Constant static property in class com.bourre.load.LoaderEvent | |
Defines the value of the type property of the event
object for a onLoadProgress event. |
|
| onLoadProgressEVENT — Constant static property in class com.bourre.load.QueueLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadProgress event. |
|
| onLoadProgressEVENT — Constant static property in class com.bourre.load.StreamLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadProgress event. |
|
| onLoadProgressEVENT — Constant static property in class com.bourre.load.XMLLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadProgress event. |
|
| onLoadProgressEVENT — Constant static property in class com.bourre.media.sound.SoundLoaderEvent | |
| onLoadStart(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.DefaultApplicationRunner | |
| Triggered when loading starts. | |
| onLoadStart — Event in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Dispatched when a context element starts loading. | |
| onLoadStart(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy | |
| Triggered when loading starts. | |
| onLoadStart — Event in class com.bourre.ioc.context.ContextLoader | |
| Dispatched when context file starts loading. | |
| onLoadStart — Event in class com.bourre.ioc.load.ApplicationLoader | |
| Dispatched when a context item file starts loading. | |
| onLoadStart(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| onLoadStart — Event in class com.bourre.load.AbstractLoader | |
| Dispatched when loader starts loading. | |
| onLoadStart — Event in class com.bourre.load.FileLoader | |
| Dispatched when loader starts loading. | |
| onLoadStart — Event in class com.bourre.load.GraphicLoader | |
| Dispatched when loader starts loading. | |
| onLoadStart(e:com.bourre.load:LoaderEvent) — Method in interface com.bourre.load.LoaderListener | |
| Triggered when loading starts. | |
| onLoadStart — Event in class com.bourre.load.StreamLoader | |
| Dispatched when loader starts loading. | |
| onLoadStart — Event in class com.bourre.load.XMLLoader | |
| Dispatched when loader starts loading. | |
| onLoadStartEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onLoadStart event. |
|
| onLoadStartEVENT — Constant static property in class com.bourre.ioc.context.ContextLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadStart event. |
|
| onLoadStartEVENT — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadstart event. |
|
| onLoadStartEVENT — Constant static property in class com.bourre.load.FileLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadStart event. |
|
| onLoadStartEVENT — Constant static property in class com.bourre.load.GraphicLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadStart event. |
|
| onLoadStartEVENT — Constant static property in class com.bourre.load.LoaderEvent | |
Defines the value of the type property of the event
object for a onLoadStart event. |
|
| onLoadStartEVENT — Constant static property in class com.bourre.load.QueueLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadStart event. |
|
| onLoadStartEVENT — Constant static property in class com.bourre.load.StreamLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadStart event. |
|
| onLoadStartEVENT — Constant static property in class com.bourre.load.XMLLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadStart event. |
|
| onLoadStartEVENT — Constant static property in class com.bourre.media.sound.SoundLoaderEvent | |
| onLoadTimeOut(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.DefaultApplicationRunner | |
| Triggered when the loading time causes a tiemout. | |
| onLoadTimeOut — Event in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Dispatched when a timemout occurs during context element loading. | |
| onLoadTimeOut(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.loader.DisplayLoaderProxy | |
| Triggered when the loading time causes a tiemout. | |
| onLoadTimeOut — Event in class com.bourre.ioc.context.ContextLoader | |
| Dispatched when a timeout occurs during context file loading. | |
| onLoadTimeOut — Event in class com.bourre.ioc.load.ApplicationLoader | |
| Dispatched when a timeout occurs during context item file loading. | |
| onLoadTimeOut(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| onLoadTimeOut — Event in class com.bourre.load.AbstractLoader | |
| Dispatched when a timeout occurs during loading. | |
| onLoadTimeOut — Event in class com.bourre.load.FileLoader | |
| Dispatched when a timeout occurs during loading. | |
| onLoadTimeOut — Event in class com.bourre.load.GraphicLoader | |
| Dispatched when a timeout occurs during loading. | |
| onLoadTimeOut(e:com.bourre.load:LoaderEvent) — Method in interface com.bourre.load.LoaderListener | |
| Triggered when the loading time causes a tiemout. | |
| onLoadTimeOut — Event in class com.bourre.load.StreamLoader | |
| Dispatched when a timeout occurs during loading. | |
| onLoadTimeOut — Event in class com.bourre.load.XMLLoader | |
| Dispatched when a timeout occurs during loading. | |
| onLoadTimeOutEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onLoadTimeOut event. |
|
| onLoadTimeOutEVENT — Constant static property in class com.bourre.ioc.context.ContextLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadTimeOut event. |
|
| onLoadTimeOutEVENT — Constant static property in class com.bourre.ioc.load.ApplicationLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadTimeOut event. |
|
| onLoadTimeOutEVENT — Constant static property in class com.bourre.load.FileLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadTimeOut event. |
|
| onLoadTimeOutEVENT — Constant static property in class com.bourre.load.GraphicLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadTimeOut event. |
|
| onLoadTimeOutEVENT — Constant static property in class com.bourre.load.LoaderEvent | |
Defines the value of the type property of the event
object for a onLoadTimeOut event. |
|
| onLoadTimeOutEVENT — Constant static property in class com.bourre.load.QueueLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadTimeOut event. |
|
| onLoadTimeOutEVENT — Constant static property in class com.bourre.load.StreamLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadTimeOut event. |
|
| onLoadTimeOutEVENT — Constant static property in class com.bourre.load.XMLLoaderEvent | |
Defines the value of the type property of the event
object for a onLoadTimeOut event. |
|
| onLoadTimeOutEVENT — Constant static property in class com.bourre.media.sound.SoundLoaderEvent | |
| onLog — Event in class com.bourre.log.Logger | |
| Dispatched when a log message is sent. | |
| onLog(e:com.bourre.log:LogEvent) — Method in interface com.bourre.log.LogListener | |
| Triggered when a Log event is broadcasted by the Logging API. | |
| onLog(e:com.bourre.log:LogEvent) — Method in class com.bourre.utils.AirLoggerLayout | |
Triggered when a log message is sent to the Logger and
the AriLogger is registered as Log listener. |
|
| onLog(event:com.bourre.log:LogEvent) — Method in class com.bourre.utils.FirebugLayout | |
Triggered when a log message is sent to the Logger and
the Firebug is registered as Log listener. |
|
| onLog(e:com.bourre.log:LogEvent) — Method in class com.bourre.utils.FlashInspectorLayout | |
Triggered when a log message is sent to the Logger and
the FlashInspector is registered as Log listener. |
|
| onLog(e:com.bourre.log:LogEvent) — Method in class com.bourre.utils.SosLayout | |
Triggered when a log message is sent to the Logger and
the SOS Console is registered as Log listener. |
|
| onLogEVENT — Constant static property in class com.bourre.log.LogEvent | |
Defines the value of the type property of the event
object for a onLog event. |
|
| _onLoop(e:com.bourre.media.video:VideoDisplayEvent, position) — Method in class com.bourre.media.video.VideoDisplay | |
| onLoopCancel(e:com.bourre.events:LoopEvent) — Method in interface com.bourre.commands.LoopCommandListener | |
| Called when the loop have been canceled due to a user input. | |
| onLoopCancelEVENT — Constant static property in class com.bourre.commands.LoopCommand | |
| Name of the event dispatched on user cancelation. | |
| onLoopEnd(e:com.bourre.events:LoopEvent) — Method in interface com.bourre.commands.LoopCommandListener | |
| Called at the end of the loop process. | |
| onLoopEndEVENT — Constant static property in class com.bourre.commands.LoopCommand | |
| Name of the event dispatched at the end of the command's process. | |
| onLoopProgress(e:com.bourre.events:LoopEvent) — Method in interface com.bourre.commands.LoopCommandListener | |
| Called at each step performed by the loop. | |
| onLoopProgressEVENT — Constant static property in class com.bourre.commands.LoopCommand | |
| Name of the event dispatched at each step of computation. | |
| onLoopStart(e:com.bourre.events:LoopEvent) — Method in interface com.bourre.commands.LoopCommandListener | |
| Called when the loop command start or restart its process. | |
| onLoopStartEVENT — Constant static property in class com.bourre.commands.LoopCommand | |
| Name of the event dispatched at the start of the command's process. | |
| onLoopStop(e:com.bourre.events:LoopEvent) — Method in interface com.bourre.commands.LoopCommandListener | |
| Called when the loop command stop its process. | |
| onLoopStopEVENT — Constant static property in class com.bourre.commands.LoopCommand | |
| Name of the event dispatched at the stop of the command's process. | |
| _onMetaData(metadata) — Method in class com.bourre.media.video.VideoDisplay | |
| onMetaDataEVENT — Static property in class com.bourre.media.video.VideoDisplayEvent | |
| onMethodsCallback() — Method in class com.bourre.ioc.assembler.displayobject.loader.AbstractDisplayLoader | |
| Triggered when 'methods-call-callback' is called from IoC engine. | |
| onMethodsCallback() — Method in interface com.bourre.ioc.assembler.displayobject.loader.DisplayLoader | |
| Triggered when 'methods-call-callback' is called from IoC engine. | |
| onMotionChanged — Event in class com.bourre.transitions.AbstractMultiTween | |
| Dispatched when tweened property value change. | |
| onMotionChanged — Event in class com.bourre.transitions.AbstractTween | |
| Dispatched when tweened property value change. | |
| onMotionChanged(e:com.bourre.transitions:TweenEvent) — Method in interface com.bourre.transitions.TweenListener | |
| Method called when object property value is updated. | |
| onMotionChangedEVENT — Constant static property in class com.bourre.transitions.TweenEvent | |
Defines the value of the type property of the event
object for a onMotionChanged event. |
|
| _onMotionEnd() — Method in class com.bourre.transitions.AbstractMultiTween | |
| _onMotionEnd() — Method in class com.bourre.transitions.AbstractTween | |
| onMotionFinished(e:com.bourre.transitions:TweenEvent) — Method in interface com.bourre.transitions.TweenListener | |
| Method called when tween ends. | |
| onMotionFinishedEVENT — Constant static property in class com.bourre.transitions.TweenEvent | |
Defines the value of the type property of the event
object for a onMotionFinished event. |
|
| onNameCallback(state) — Method in class com.bourre.ioc.assembler.displayobject.loader.AbstractDisplayLoader | |
| Triggered when 'name-callback' is called from IoC engine. | |
| onNameCallback(state) — Method in interface com.bourre.ioc.assembler.displayobject.loader.DisplayLoader | |
| Triggered when 'name-callback' is called from IoC engine. | |
| _onNetStatus(e) — Method in class com.bourre.media.video.VideoDisplay | |
| _onNetStatus(e, fFault) — Method in class com.bourre.remoting.AbstractServiceProxy | |
| _onOpen(e) — Method in class com.bourre.load.strategy.LoaderStrategy | |
| _onOpen(event) — Method in class com.bourre.load.strategy.URLLoaderStrategy | |
| _onOpen(e) — Method in class com.bourre.media.sound.SoundURLStrategy | |
| onParsedCallback() — Method in class com.bourre.ioc.assembler.displayobject.loader.AbstractDisplayLoader | |
| Triggered when 'parsed-callback' is called from IoC engine. | |
| onParsedCallback() — Method in interface com.bourre.ioc.assembler.displayobject.loader.DisplayLoader | |
| Triggered when 'parsed-callback' is called from IoC engine. | |
| onPlayHeadTimeChanged() — Method in class com.bourre.media.video.VideoDisplay | |
| onPlayHeadTimeChangeEVENT — Static property in class com.bourre.media.video.VideoDisplayEvent | |
| _onPlayLoopFinish(e, channelSoundInfo) — Method in class com.bourre.media.sound.SoundInfo | |
| onPreprocessorCompleteEVENT — Constant static property in class com.bourre.ioc.load.ContextPreprocessorLoader | |
Defines the value of the type property of the event
object for a onPreprocessorComplete event. |
|
| onPreprossorComplete(event:com.bourre.events:BasicEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| Preprocessing is completed. | |
| onProcessorComplete(event:com.bourre.load:QueueLoaderEvent) — Method in class com.bourre.ioc.load.ContextPreprocessorLoader | |
| Triggered when all context pre processors are loaded. | |
| onProcessorError(event:com.bourre.load:QueueLoaderEvent) — Method in class com.bourre.ioc.load.ContextPreprocessorLoader | |
| Triggered when error occurs during pre processor dll loading. | |
| onProcessorInit(event:com.bourre.load:QueueLoaderEvent) — Method in class com.bourre.ioc.load.ContextPreprocessorLoader | |
| Triggered when a pre processor dll is loaded. | |
| _onProgress(e) — Method in class com.bourre.load.strategy.LoaderStrategy | |
| _onProgress(e) — Method in class com.bourre.load.strategy.URLLoaderStrategy | |
| _onProgress(e) — Method in class com.bourre.media.sound.SoundURLStrategy | |
| onProgressCallback(url, percent) — Method in class com.bourre.ioc.assembler.displayobject.loader.AbstractDisplayLoader | |
| Triggered when 'progress-callback' is called from IoC engine. | |
| onProgressCallback(url, percent) — Method in interface com.bourre.ioc.assembler.displayobject.loader.DisplayLoader | |
| Triggered when 'progress-callback' is called from IoC engine. | |
| onRegister(name, o) — Method in class com.bourre.core.AbstractLocator | |
| Call this method to do something when an object is registered in locator. | |
| onRegister(id, channelListener) — Method in class com.bourre.ioc.assembler.channel.ChannelListenerExpert | |
Dispatches ChannelListenerEvent event using passed-in
arguments as event properties when a ChannelListener is
registered in locator. |
|
| onRegister(id, constructor) — Method in class com.bourre.ioc.assembler.constructor.ConstructorExpert | |
Dispatches ConstructorEvent event using passed-in
arguments as event properties when a Constructor is
registered in locator. |
|
| onRegister(id, method) — Method in class com.bourre.ioc.assembler.method.MethodExpert | |
Dispatches MethodEvent event using passed-in
arguments as event properties when a Method is
registered in locator. |
|
| onRegister(id, o) — Method in class com.bourre.ioc.assembler.property.PropertyExpert | |
| Call this method to do something when an object is registered in locator. | |
| onRegister(id, resource) — Method in class com.bourre.ioc.assembler.resource.ResourceExpert | |
Dispatches ResourceEvent event using passed-in
arguments as event properties when a Resource is
registered in locator. |
|
| onRegister(name, o) — Method in class com.bourre.load.GraphicLoaderLocator | |
Dispatches GraphicLoaderLocatorEvent event using passed-in
arguments as event properties when a GraphicLoader is
registered in locator. |
|
| onRegister(name, o) — Method in class com.bourre.media.sound.SoundLoaderLocator | |
| onRegister(name, o) — Method in class com.bourre.media.sound.SoundMixerLocator | |
| onRegister(name, o) — Method in class com.bourre.media.video.VideoDisplayLocator | |
Dispatches VideoDisplayLocatorEvent event using passed-in
arguments as event properties when a VideoDisplay is
registered in locator. |
|
| onRegister(key, service) — Method in class com.bourre.service.ServiceLocator | |
Dispatches ServiceLocatorEvent event using passed-in
arguments as event properties when a service is
registered in locator. |
|
| onRegisterBean(e:com.bourre.ioc.bean:BeanEvent) — Method in class com.bourre.ioc.assembler.property.PropertyExpert | |
| onRegisterBean — Event in class com.bourre.ioc.bean.BeanFactory | |
| Dispatched when a bean is registered. | |
| onRegisterBean(e:com.bourre.ioc.bean:BeanEvent) — Method in interface com.bourre.ioc.bean.BeanFactoryListener | |
| Triggered when a new object is registered into the Bean factory. | |
| onRegisterBeanEVENT — Constant static property in class com.bourre.ioc.bean.BeanEvent | |
Defines the value of the type property of the event
object for a onRegisterBean event. |
|
| onRegisterChannelListener — Event in class com.bourre.ioc.assembler.channel.ChannelListenerExpert | |
| Dispatched when a channel listener is registered. | |
| onRegisterChannelListener(e:com.bourre.ioc.assembler.channel:ChannelListenerEvent) — Method in interface com.bourre.ioc.assembler.channel.ChannelListenerExpertListener | |
| Dispatched when a channel listener is registered. | |
| onRegisterChannelListenerEVENT — Constant static property in class com.bourre.ioc.assembler.channel.ChannelListenerEvent | |
Defines the value of the type property of the event
object for a onRegisterChannelListener event. |
|
| onRegisterConstructor — Event in class com.bourre.ioc.assembler.constructor.ConstructorExpert | |
| Dispatched when a constructor is registered. | |
| onRegisterConstructor(e:com.bourre.ioc.assembler.constructor:ConstructorEvent) — Method in interface com.bourre.ioc.assembler.constructor.ConstructorExpertListener | |
| Dispatched when a constructor is registered. | |
| onRegisterConstructorEVENT — Constant static property in class com.bourre.ioc.assembler.constructor.ConstructorEvent | |
Defines the value of the type property of the event
object for a onRegisterConstructor event. |
|
| onRegisterGraphicLoader — Event in class com.bourre.load.GraphicLoaderLocator | |
Dispatched when graphic loader is registered in
GraphicLoaderLocator locator. |
|
| onRegisterGraphicLoader(e:com.bourre.load:GraphicLoaderLocatorEvent) — Method in interface com.bourre.load.GraphicLoaderLocatorListener | |
Dispatched when graphic loader is registered in
GraphicLoaderLocator locator. |
|
| onRegisterGraphicLoaderEVENT — Constant static property in class com.bourre.load.GraphicLoaderLocatorEvent | |
Defines the value of the type property of the event
object for a onRegisterGraphicLoader event. |
|
| onRegisterGraphicLoaderEVENT — Static property in class com.bourre.media.sound.SoundLoaderLocatorEvent | |
| onRegisterMethod — Event in class com.bourre.ioc.assembler.method.MethodExpert | |
| Dispatched when a method is registered. | |
| onRegisterMethod(e:com.bourre.ioc.assembler.method:MethodEvent) — Method in interface com.bourre.ioc.assembler.method.MethodExpertListener | |
| Dispatched when a method is registered. | |
| onRegisterMethodEVENT — Constant static property in class com.bourre.ioc.assembler.method.MethodEvent | |
Defines the value of the type property of the event
object for a onRegisterMethod event. |
|
| onRegisterPropertyOwner — Event in class com.bourre.ioc.assembler.property.PropertyExpert | |
| Dispatched when a property is registered. | |
| onRegisterPropertyOwner(e:com.bourre.ioc.assembler.property:PropertyEvent) — Method in interface com.bourre.ioc.assembler.property.PropertyExpertListener | |
| Dispatched when a property is registered. | |
| onRegisterPropertyOwnerEVENT — Constant static property in class com.bourre.ioc.assembler.property.PropertyEvent | |
Defines the value of the type property of the event
object for a onRegisterPropertyOwner event. |
|
| onRegisterResource — Event in class com.bourre.ioc.assembler.resource.ResourceExpert | |
| Dispatched when a resource is registered. | |
| onRegisterResource(e:com.bourre.ioc.assembler.resource:ResourceEvent) — Method in interface com.bourre.ioc.assembler.resource.ResourceExpertListener | |
| Dispatched when a resource is registered. | |
| onRegisterResourceEVENT — Constant static property in class com.bourre.ioc.assembler.resource.ResourceEvent | |
Defines the value of the type property of the event
object for a onRegisterResource event. |
|
| onRegisterService — Event in class com.bourre.service.ServiceLocator | |
| Dispatched when a constructor is registered. | |
| onRegisterService(e:com.bourre.service:ServiceLocatorEvent) — Method in interface com.bourre.service.ServiceLocatorListener | |
Dispatched when a service is registered in
ServiceLocator locator. |
|
| onRegisterServiceEVENT — Constant static property in class com.bourre.service.ServiceLocatorEvent | |
Defines the value of the type property of the event
object for a onRegisterService event. |
|
| onRegisterSound(e:com.bourre.media.sound:SoundLoaderLocatorListener) — Method in interface com.bourre.media.sound.SoundLoaderLocatorListener | |
| onRegisterSound(e:com.bourre.media.sound:SoundLoaderLocatorListener) — Method in interface com.bourre.media.sound.SoundMixerLocatorListener | |
| onRegisterSoundMixerEVENT — Static property in class com.bourre.media.sound.SoundMixerLocatorEvent | |
| onRegisterVideo(e:com.bourre.media.video:VideoDisplayLocatorListener) — Method in interface com.bourre.media.video.VideoDisplayLocatorListener | |
Dispatched when VideoDisplay object is registered in
VideoDisplayLocator locator. |
|
| onRegisterVideoDisplay — Event in class com.bourre.media.video.VideoDisplayLocator | |
Dispatched when VideoDisplay object is registered in
VideoDisplayLocator locator. |
|
| onRegisterVideoDisplayEVENT — Static property in class com.bourre.media.video.VideoDisplayLocatorEvent | |
Defines the value of the type property of the event
object for a onRegisterVideoDisplay event. |
|
| onReleaseModel — Event in class com.bourre.model.AbstractModel | |
| Dispatched when the user presses the Button control. | |
| onReleaseModel() — Method in class com.bourre.model.AbstractModel | |
Broadcasts onReleaseModel event to listeners. |
|
| onReleaseModel(e:com.bourre.events:StringEvent) — Method in interface com.bourre.model.ModelListener | |
| Triggered when model is released. | |
| onReleaseModel(e:com.bourre.events:StringEvent) — Method in class com.bourre.view.AbstractView | |
| onReleaseModelEVENT — Constant static property in class com.bourre.model.AbstractModel | |
Defines the value of the type property of the event
object for a onInitModel event. |
|
| onReleasePlugin — Event in class com.bourre.plugin.AbstractPlugin | |
| Dispatched when plugin is released. | |
| onReleasePlugin(e:com.bourre.plugin:PluginEvent) — Method in interface com.bourre.plugin.PluginListener | |
| Triggered when plugin is released. | |
| onReleasePluginEVENT — Constant static property in class com.bourre.plugin.PluginEvent | |
Defines the value of the type property of the event
object for a onReleasePlugin event. |
|
| onReleaseView() — Method in class com.bourre.view.AbstractView | |
Broadcasts onReleaseView event to listeners. |
|
| onReleaseView(e:com.bourre.events:StringEvent) — Method in interface com.bourre.view.ViewListener | |
| Triggered when view is released. | |
| onReleaseViewEVENT — Constant static property in class com.bourre.view.AbstractView | |
Defines the value of the type property of the event
object for a onReleaseView event. |
|
| onResizeEVENT — Static property in class com.bourre.media.video.VideoDisplayEvent | |
| onResult(e:com.bourre.remoting.events:BasicResultEvent) — Method in class com.bourre.remoting.AbstractServiceProxy | |
| onResult(e:com.bourre.remoting.events:BasicResultEvent) — Method in class com.bourre.remoting.RemotingCall | |
| onResult(e:com.bourre.remoting.events:BasicResultEvent) — Method in interface com.bourre.remoting.interfaces.ServiceProxyListener | |
| onResultEVENT — Constant static property in class com.bourre.remoting.events.BasicResultEvent | |
Defines the value of the type property of the event
object for a onResult event. |
|
| onRSCLoadInit — Event in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Dispatched when resources list treatment is finished. | |
| onRSCLoadInit(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Triggered when Resources queue loading is finished. | |
| onRSCLoadInit(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderListener | |
| Triggered when a resource file loading is finished. | |
| onRSCLoadInit(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| Triggered when a resource file loading is finished. | |
| onRSCLoadInitEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onRSCLoadInit event. |
|
| onRSCLoadStart — Event in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Dispatched when engine starts resources list treatment. | |
| onRSCLoadStart(e:com.bourre.load:LoaderEvent) — Method in class com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder | |
| Triggered when Resources queue starts loading. | |
| onRSCLoadStart(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in interface com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderListener | |
| Triggered when a resource file starts loading. | |
| onRSCLoadStart(e:com.bourre.ioc.assembler.displayobject:DisplayObjectBuilderEvent) — Method in class com.bourre.ioc.load.ApplicationLoader | |
| Triggered when a resource file starts loading. | |
| onRSCLoadStartEVENT — Constant static property in class com.bourre.ioc.assembler.displayobject.DisplayObjectBuilderEvent | |
Defines the value of the type property of the event
object for a onRSCLoadStart event. |
|
| _onSecurityError(e) — Method in class com.bourre.load.strategy.LoaderStrategy | |
| _onSecurityError(e) — Method in class com.bourre.load.strategy.URLLoaderStrategy | |
| _onSecurityError(e) — Method in class com.bourre.media.sound.SoundURLStrategy | |
| onSoundEnd — Constant static property in class com.bourre.media.sound.SoundEvent | |
| onSoundEnd(e:com.bourre.media.sound:SoundEvent) — Method in interface com.bourre.media.sound.SoundInfoListener | |
| onSoundLoop — Constant static property in class com.bourre.media.sound.SoundEvent | |
| onSoundLoop(e:com.bourre.media.sound:SoundEvent) — Method in interface com.bourre.media.sound.SoundInfoListener | |
| onSoundPause — Constant static property in class com.bourre.media.sound.SoundEvent | |
| onSoundPause(e:com.bourre.media.sound:SoundEvent) — Method in interface com.bourre.media.sound.SoundInfoListener | |
| onSoundPlay — Constant static property in class com.bourre.media.sound.SoundEvent | |
| onSoundPlay(e:com.bourre.media.sound:SoundEvent) — Method in interface com.bourre.media.sound.SoundInfoListener | |
| onSoundProgress — Constant static property in class com.bourre.media.sound.SoundEvent | |
| onSoundProgress(e:com.bourre.media.sound:SoundEvent) — Method in interface com.bourre.media.sound.SoundInfoListener | |
| onSoundResume — Constant static property in class com.bourre.media.sound.SoundEvent | |
| onSoundResume(e:com.bourre.media.sound:SoundEvent) — Method in interface com.bourre.media.sound.SoundInfoListener | |
| onSoundStop — Constant static property in class com.bourre.media.sound.SoundEvent | |
| onSoundStop(e:com.bourre.media.sound:SoundEvent) — Method in interface com.bourre.media.sound.SoundInfoListener | |
| onStart — Event in class com.bourre.transitions.AbstractMultiTween | |
| Dispatched when tween start. | |
| onStart — Event in class com.bourre.transitions.AbstractTween | |
| Dispatched when tween start. | |
| onStart(e:com.bourre.transitions:TweenEvent) — Method in interface com.bourre.transitions.TweenListener | |
| Method called when tween starts. | |
| onStartApplication(url, size) — Method in class com.bourre.ioc.assembler.displayobject.loader.AbstractDisplayLoader | |
| Triggered when 'start-callback' is called from IoC engine. | |
| onStartApplication(url, size) — Method in interface com.bourre.ioc.assembler.displayobject.loader.DisplayLoader | |
| Triggered when 'start-callback' is called from IoC engine. | |
| onStartEVENT — Constant static property in class com.bourre.transitions.TweenEvent | |
Defines the value of the type property of the event
object for a onStart event. |
|
| onStartStreamEVENT — Static property in class com.bourre.media.video.VideoDisplayEvent | |
| onStop — Event in class com.bourre.transitions.AbstractMultiTween | |
| Dispatched when tween stop. | |
| onStop — Event in class com.bourre.transitions.AbstractTween | |
| Dispatched when tween stop. | |
| onStop(e:com.bourre.transitions:TweenEvent) — Method in interface com.bourre.transitions.TweenListener | |
| Method called when tween stops. | |
| onStopEVENT — Constant static property in class com.bourre.transitions.TweenEvent | |
Defines the value of the type property of the event
object for a onStop event. |
|
| onStopStreamEVENT — Static property in class com.bourre.media.video.VideoDisplayEvent | |
| Send when video is stop manually or finish itself | |
| onTick(e) — Method in class com.bourre.commands.CommandFPS | |
Method called by the TickBeacon for each
step of time according to its time slicing approach. |
|
| onTick(e) — Method in class com.bourre.commands.Delegate | |
Method called by the TickBeacon for each
step of time according to its time slicing approach. |
|
| onTick(e) — Method in class com.bourre.commands.LoopCommand | |
| Process the loop. | |
| onTick(e) — Method in class com.bourre.events.EventCallbackAdapter | |
| onTick(e) — Method in class com.bourre.media.sound.SoundInfo | |
| onTick(e) — Method in class com.bourre.media.video.VideoDisplay | |
| onTick(e) — Method in class com.bourre.transitions.AbstractMultiTween | |
Method called by the TickBeacon for each
step of time according to its time slicing approach. |
|
| onTick(e) — Method in class com.bourre.transitions.AbstractTween | |
Method called by the TickBeacon for each
step of time according to its time slicing approach. |
|
| onTick(e) — Method in interface com.bourre.transitions.TickListener | |
Method called by the TickBeacon for each
step of time according to its time slicing approach. |
|
| _onTimeout(e) — Method in class com.bourre.commands.ASyncCommandSequencer | |
| Triggered when a timeout occurs during sequencer processing. | |
| onTimeoutCallback(url) — Method in class com.bourre.ioc.assembler.displayobject.loader.AbstractDisplayLoader | |
| Triggered when 'timeout-callback' is called from IoC engine. | |
| onTimeoutCallback(url) — Method in interface com.bourre.ioc.assembler.displayobject.loader.DisplayLoader | |
| Triggered when 'timeout-callback' is called from IoC engine. | |
| _onUnLoad(e) — Method in class com.bourre.load.strategy.LoaderStrategy | |
| _onUnLoad(e) — Method in class com.bourre.media.sound.SoundURLStrategy | |
| onUnregister(name) — Method in class com.bourre.core.AbstractLocator | |
| Call this method to do something when an object is unregistered from locator. | |
| onUnregister(id) — Method in class com.bourre.ioc.assembler.channel.ChannelListenerExpert | |
Dispatches ChannelListenerEvent event using passed-in
arguments as event properties when a ChannelListener is
unregistered from locator. |
|
| onUnregister(id) — Method in class com.bourre.ioc.assembler.constructor.ConstructorExpert | |
Dispatches ConstructorEvent event using passed-in
arguments as event properties when a Constructor is
unregistered from locator. |
|
| onUnregister(id) — Method in class com.bourre.ioc.assembler.method.MethodExpert | |
Dispatches MethodEvent event using passed-in
arguments as event properties when a Method is
unregistered from locator. |
|
| onUnregister(id) — Method in class com.bourre.ioc.assembler.property.PropertyExpert | |
| Call this method to do something when an object is unregistered from locator. | |
| onUnregister(id) — Method in class com.bourre.ioc.assembler.resource.ResourceExpert | |
Dispatches ResourceEvent event using passed-in
arguments as event properties when a Resource is
unregistered from locator. |
|
| onUnregister(name) — Method in class com.bourre.load.GraphicLoaderLocator | |
Dispatches GraphicLoaderLocatorEvent event using passed-in
arguments as event properties when a GraphicLoader is
unregistered from locator. |
|
| onUnregister(name) — Method in class com.bourre.media.sound.SoundLoaderLocator | |
| onUnregister(name) — Method in class com.bourre.media.sound.SoundMixerLocator | |
| onUnregister(name) — Method in class com.bourre.media.video.VideoDisplayLocator | |
Dispatches VideoDisplayLocatorEvent event using passed-in
arguments as event properties when a VideoDisplay is
unregistered from locator. |
|
| onUnregister(key) — Method in class com.bourre.service.ServiceLocator | |
Dispatches ServiceLocatorEvent event using passed-in
arguments as event properties when a Constructor is
unregistered from locator. |
|
| onUnregisterBean(e:com.bourre.ioc.bean:BeanEvent) — Method in class com.bourre.ioc.assembler.property.PropertyExpert | |
| onUnregisterBean — Event in class com.bourre.ioc.bean.BeanFactory | |
| Dispatched when a bean is unregistered. | |
| onUnregisterBean(e:com.bourre.ioc.bean:BeanEvent) — Method in interface com.bourre.ioc.bean.BeanFactoryListener | |
| Triggered when a object is unregistered from the Bean factory. | |
| onUnregisterBeanEVENT — Constant static property in class com.bourre.ioc.bean.BeanEvent | |
Defines the value of the type property of the event
object for a onUnregisterBean event. |
|
| onUnregisterChannelListener — Event in class com.bourre.ioc.assembler.channel.ChannelListenerExpert | |
| Dispatched when a channel listener is unregistered. | |
| onUnregisterChannelListener(e:com.bourre.ioc.assembler.channel:ChannelListenerEvent) — Method in interface com.bourre.ioc.assembler.channel.ChannelListenerExpertListener | |
| Dispatched when a channel listener is registered. | |
| onUnregisterChannelListenerEVENT — Constant static property in class com.bourre.ioc.assembler.channel.ChannelListenerEvent | |
Defines the value of the type property of the event
object for a onUnregisterChannelListener event. |
|
| onUnregisterConstructor — Event in class com.bourre.ioc.assembler.constructor.ConstructorExpert | |
| Dispatched when a constructor is unregistered. | |
| onUnregisterConstructor(e:com.bourre.ioc.assembler.constructor:ConstructorEvent) — Method in interface com.bourre.ioc.assembler.constructor.ConstructorExpertListener | |
| Dispatched when a constructor is unregistered. | |
| onUnregisterConstructorEVENT — Constant static property in class com.bourre.ioc.assembler.constructor.ConstructorEvent | |
Defines the value of the type property of the event
object for a onUnregisterConstructor event. |
|
| onUnregisterGraphicLoader — Event in class com.bourre.load.GraphicLoaderLocator | |
Dispatched when graphic loader is unregistered from
GraphicLoaderLocator locator. |
|
| onUnregisterGraphicLoader(e:com.bourre.load:GraphicLoaderLocatorEvent) — Method in interface com.bourre.load.GraphicLoaderLocatorListener | |
Dispatched when graphic loader is unregistered from
GraphicLoaderLocator locator. |
|
| onUnregisterGraphicLoaderEVENT — Constant static property in class com.bourre.load.GraphicLoaderLocatorEvent | |
Defines the value of the type property of the event
object for a onUnregisterGraphicLoader event. |
|
| onUnregisterGraphicLoaderEVENT — Static property in class com.bourre.media.sound.SoundLoaderLocatorEvent | |
| onUnregisterMethod — Event in class com.bourre.ioc.assembler.method.MethodExpert | |
| Dispatched when a method is unregistered. | |
| onUnregisterMethod(e:com.bourre.ioc.assembler.method:MethodEvent) — Method in interface com.bourre.ioc.assembler.method.MethodExpertListener | |
| Dispatched when a method is unregistered. | |
| onUnregisterMethodEVENT — Constant static property in class com.bourre.ioc.assembler.method.MethodEvent | |
Defines the value of the type property of the event
object for a onUnregisterMethod event. |
|
| onUnregisterPropertyOwner — Event in class com.bourre.ioc.assembler.property.PropertyExpert | |
| Dispatched when a property is unregistered. | |
| onUnregisterPropertyOwner(e:com.bourre.ioc.assembler.property:PropertyEvent) — Method in interface com.bourre.ioc.assembler.property.PropertyExpertListener | |
| Dispatched when a property is unregistered. | |
| onUnregisterPropertyOwnerEVENT — Constant static property in class com.bourre.ioc.assembler.property.PropertyEvent | |
Defines the value of the type property of the event
object for a onUnregisterPropertyOwner event. |
|
| onUnregisterResource — Event in class com.bourre.ioc.assembler.resource.ResourceExpert | |
| Dispatched when a resource is unregistered. | |
| onUnregisterResource(e:com.bourre.ioc.assembler.resource:ResourceEvent) — Method in interface com.bourre.ioc.assembler.resource.ResourceExpertListener | |
| Dispatched when a resource is unregistered. | |
| onUnregisterResourceEVENT — Constant static property in class com.bourre.ioc.assembler.resource.ResourceEvent | |
Defines the value of the type property of the event
object for a onUnregisterResource event. |
|
| onUnregisterService — Event in class com.bourre.service.ServiceLocator | |
| Dispatched when a constructor is unregistered. | |
| onUnregisterService(e:com.bourre.service:ServiceLocatorEvent) — Method in interface com.bourre.service.ServiceLocatorListener | |
Dispatched when a service is unregistered from
ServiceLocator locator. |
|
| onUnregisterServiceEVENT — Constant static property in class com.bourre.service.ServiceLocatorEvent | |
Defines the value of the type property of the event
object for a onUnregisterService event. |
|
| onUnregisterSound(e:com.bourre.media.sound:SoundLoaderLocatorListener) — Method in interface com.bourre.media.sound.SoundLoaderLocatorListener | |
| onUnregisterSound(e:com.bourre.media.sound:SoundLoaderLocatorListener) — Method in interface com.bourre.media.sound.SoundMixerLocatorListener | |
| onUnregisterSoundMixerEVENT — Static property in class com.bourre.media.sound.SoundMixerLocatorEvent | |
| onUnregisterVideo(e:com.bourre.media.video:VideoDisplayLocatorListener) — Method in interface com.bourre.media.video.VideoDisplayLocatorListener | |
Dispatched when VideoDisplay object is unregistered from
VideoDisplayLocator locator. |
|
| onUnregisterVideoDisplay — Event in class com.bourre.media.video.VideoDisplayLocator | |
Dispatched when VideoDisplay is unregistered from
VideoDisplayLocator locator. |
|
| onUnregisterVideoDisplayEVENT — Static property in class com.bourre.media.video.VideoDisplayLocatorEvent | |
Defines the value of the type property of the event
object for a onUnregisterVideoDisplay event. |
|
| onUpdate(sV, eV) — Method in class com.bourre.transitions.AbstractMultiTween | |
| onUpdate() — Method in class com.bourre.transitions.AbstractTween | |
| _oObject — Property in class com.bourre.collection.ObjectIterator | |
| openGroup(caption) — Method in class com.bourre.utils.FirebugLayout | |
Writes the passed-in caption message to the console and opens
a nested block to indent all future messages sent to the console. |
|
| _originator — Property in class com.bourre.pattern.memento.CarTaker | |
| The originator | |
| _oSound — Property in class com.bourre.media.sound.SoundInfo | |
| The occurence of the sound for playing the sound | |
| _oSource — Property in class com.bourre.events.EventBroadcaster | |
| _oSTDI — Property in class com.bourre.media.GlobalSoundManagerEvent | |
| _oSTI — Property in class com.bourre.media.GlobalSoundManager | |
| _oSTI — Property in class com.bourre.media.sound.SoundInfo | |
| the global setting for the id | |
| _oSTI — Property in class com.bourre.media.video.VideoDisplay | |
| _oTarget — Property in class com.bourre.events.BasicEvent | |
| The source object of this event, redefined to provide write access | |
| _oType — Property in class com.bourre.collection.Queue | |
| _oType — Property in class com.bourre.collection.Set | |
| _oType — Property in class com.bourre.collection.Stack | |
| output(o, level:com.bourre.log:LogLevel) — Method in class com.bourre.utils.SosLayout | |
| Sends messages to console. | |
| _oValueDico — Property in class com.bourre.collection.HashMap | |
| A dictionnary which store the mapping (value - occurrences count) for this map. | |
| overlap(r:com.bourre.structures:Range) — Method in class com.bourre.structures.Range | |
| Indicates if passed-in range overlap the current range. | |
| _oViewLocator — Property in class com.bourre.plugin.AbstractPlugin | |
| Locator for views | |
| _oWCsoundChannel — Property in class com.bourre.media.SoundTransformInfo | |
| _oWCstream — Property in class com.bourre.media.SoundTransformInfo | |
| _owner — Property in class com.bourre.commands.AbstractCommand | |
| A reference to the plugin owner of this command. | |
| _owner — Property in class com.bourre.commands.FrontController | |
| A reference to the plugin owner of this front controller. | |
| _owner — Property in class com.bourre.model.AbstractModel | |
| Plugin owner. | |
| _owner — Property in class com.bourre.plugin.PluginDebug | |
| Plugin owner. | |
| _owner — Property in class com.bourre.view.AbstractView | |
| Plugin owner. | |
| ownerID — Property in class com.bourre.ioc.assembler.method.Method | |
| Identifier of property owner. | |
| ownerID — Property in class com.bourre.ioc.assembler.property.Property | |
| Property owner. | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |