Access keys

MovieManagerEvent

Kind of class: class
Inherits from: Event
Dispatched by:
Classpath: org.asapframework.management.movie.MovieManagerEvent
File last modified: Tuesday, 03 October 2006, 09:43:52
Used by the MovieManager to send events about the status of movies.

Summary

Constructor
Instance properties
Instance properties inherited from Event

Constructor

MovieManagerEvent

function MovieManagerEvent (
inType:String, inSource:MovieManager, inName:String, inController:LocalController)

Class properties

ON_MOVIE_INITIALIZED

static ON_MOVIE_INITIALIZED:String = "onMovieInitialized"
(read,write)

ON_MOVIE_LOADED

static ON_MOVIE_LOADED:String = "onMovieLoaded"
(read,write)

ON_MOVIE_READY

static ON_MOVIE_READY:String = "onMovieReady"
(read,write)

Instance properties

controller

controller:LocalController
(read,write)

name

name:String
(read,write)