Class: Event

  • Event is the superclass for all events dispatched by cast.framework.PlayerManager.

  • The Event constructor takes a required type parameter, which is a cast.framework.events.EventType.

  • The Event class has a constant property called type, which is a non-null cast.framework.events.EventType representing the type of the event.

Constructor

Event

new Event(type)

Parameter

type

cast.framework.events.EventType

Event type

Value must not be null.

Property

type

constant

non-null cast.framework.events.EventType

Type of the event.

Create a Mobile Website
View Site in Mobile | Classic
Share by: