AI-generated Key Takeaways
-
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.
cast.
framework
.
events
.
Event
Event data superclass for all events dispatched by cast.framework.PlayerManager .
Constructor
Event
new Event(type)
Parameter
type
Property
type
non-null cast.framework.events.EventType
Type of the event.

