blockly > Ereignisse > Zusammenfassung > (Konstrukteur)
Events.Abstract.(constructor)
Erstellt eine neue Instanz der Abstract
-Klasse
Unterschrift:
constructor();
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-21 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-21 (UTC)."],[[["The `Events.Abstract` class provides a base structure for defining custom events within Blockly applications."],["Instantiating the `Events.Abstract` class using its constructor lays the groundwork for generating and handling specific event types."],["The constructor initializes the event object with default values, which can be customized for each custom event type."]]],["The `Events.Abstract` class constructor creates a new instance of the `Abstract` class. This constructor, accessible through `Events.Abstract.(constructor)`, is the core action described. The information conveyed is that this constructor's sole purpose is to instantiate a new object of the `Abstract` type. No parameters are required for this construction, indicated by the empty parentheses in the signature.\n"]]