סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > אירועים > מופשט > (constructor)
Events.Abstract.(constructor)
יצירה של מופע חדש של המחלקה Abstract
Signature:
constructor();
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-21 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]