GraphicLibLocator
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Implements: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.data.libs.GraphicLibLocator |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Class properties
Class methods
Class properties
onRegisterGraphicLib
(read,write)
onUnregisterGraphicLib
(read,write)
Class methods
getInstance
static function getInstance (
Instance methods
addEventListener
function addEventListener (
e:EventType,
f:Function) : Void
addListener
function addListener (
oL:IGraphicLibLocatorListener) : Void
getGraphicLib
function getGraphicLib (
sName:String) : GraphicLib
isRegistered
function isRegistered (
key:String) : Boolean
Specified by:
register
function register (
key:String,
gl:GraphicLib) : Boolean
removeEventListener
function removeEventListener (
e:EventType) : Void
removeListener
function removeListener (
oL:IGraphicLibLocatorListener) : Void
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
unregister
function unregister (
key:String) : Boolean