AI-generated Key Takeaways
-
cast.framework.events.Event
is the base class for all event data dispatched bycast.framework.PlayerManager
. -
It includes a
type
property indicating the specific event type, which is a value fromcast.framework.events.EventType
. -
Events are created using the
Event
constructor, taking the event type as a parameter.
cast.framework.events. Event
Event data superclass for all events dispatched by cast.framework.PlayerManager.
Constructor
Event
new Event(type)
Parameter |
|
---|---|
type |
cast.framework.events.EventType Event type Value must not be null. |
Property
type
non-null cast.framework.events.EventType
Type of the event.