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

Class properties

onRegisterGraphicLib

static onRegisterGraphicLib:EventType = new EventType("onRegisterGraphicLib")
(read,write)

onUnregisterGraphicLib

static onUnregisterGraphicLib:EventType = new EventType("onUnregisterGraphicLib")
(read,write)

Class methods

getInstance

static function getInstance (

Instance methods

addEventListener

function addEventListener (
e:EventType, f:Function) : Void

addListener

function addListener (

getGraphicLib

function getGraphicLib (
sName:String) : GraphicLib

isRegistered

function isRegistered (
key:String) : Boolean

locate

function locate (
key:String)

register

function register (
key:String, gl:GraphicLib) : Boolean

removeEventListener

function removeEventListener (
e:EventType) : Void

removeListener

function removeListener (

toString

function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance

unregister

function unregister (
key:String) : Boolean