GraphicLibEvent
| Kind of class: | class |
|---|---|
| Inherits from: | LibEvent < BasicEvent |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.data.libs.GraphicLibEvent |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Constructor
Instance properties
Instance properties inherited from BasicEvent
Constructor
GraphicLibEvent
function GraphicLibEvent (
e:EventType,
oLib:GraphicLib)
Instance methods
getLib
function getLib (
) : GraphicLib
getView
function getView (
) : MovieClip
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: