You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3class="mb-0">Deletable</h3><p><strongclass="d-inline-block mb-2 text-success"data-bs-toggle="tooltip" data-bs-placement="right" title="An abstract template to be implemented.">Interface</strong></p></div>
21
+
<divclass="col col-lg-8 col-sm-12 pt-1 pb-4 px-4 d-flex flex-column position-static"><divclass="row p-2"></div><p>Something that can be deleted, and should be compiled as normal to handle the effect.</p>
22
+
23
+
</div>
24
+
<divclass="col-lg-4 col-md-12 card-deck"><divclass="card m-2 mx-3 bg-body rounded shadow-sm"><divclass="card-header">Modifiers</div><divclass="card-body"><pclass="pb-3 mb-0 small lh-sm"><spanclass="badge bg-primary" data-bs-toggle="tooltip" data-bs-placement="right" title="Accessible from anywhere.">public</span><spanclass="badge bg-info" data-bs-toggle="tooltip" data-bs-placement="right" title="Must be overridden by another class.">abstract</span></p></div></div></div>
<h3class="mb-0">Event</h3><p><strongclass="d-inline-block mb-2 text-primary"data-bs-toggle="tooltip" data-bs-placement="right" title="An abstract class to be extended.">Abstract Class</strong></p></div>
31
+
<divclass="col col-lg-8 col-sm-12 pt-1 pb-4 px-4 d-flex flex-column position-static"><divclass="row p-2"></div><p>Custom events must extend this class.</p>
32
+
<p>The extending version should add any supported event values, and must be registered with the owning library.
33
+
New instances of the event are created each time the event needs to be triggered.</p>
34
+
35
+
</div>
36
+
<divclass="col-lg-4 col-md-12 card-deck"><divclass="card m-2 mx-3 bg-body rounded shadow-sm"><divclass="card-header">Extends</div><divclass="card-body"><pclass="pb-3 mb-0 small lh-sm"><strongclass="d-block text-primary"data-bs-toggle="tooltip" data-bs-placement="left" title="java.lang.Object">Object</strong></p></div></div><divclass="card m-2 mx-3 bg-body rounded shadow-sm"><divclass="card-header">Modifiers</div><divclass="card-body"><pclass="pb-3 mb-0 small lh-sm"><spanclass="badge bg-primary" data-bs-toggle="tooltip" data-bs-placement="right" title="Accessible from anywhere.">public</span><spanclass="badge bg-info" data-bs-toggle="tooltip" data-bs-placement="right" title="Must be overridden by another class.">abstract</span></p></div></div></div>
<divclass="col col-lg-8 col-sm-12 pt-1 pb-4 px-4 d-flex flex-column position-static"><p>This has no purpose currently - all event-handlers run on separate processes.</p>
89
+
<p>In the future, this may be used to determine whether a thread
90
+
should be reused for multiple handlers of the same event or not.</p>
91
+
<p>For now, it can be ignored.</p>
92
+
</div>
93
+
<divclass="col-lg-4 col-md-12 card-deck"><divclass="card m-2 mx-3 bg-body rounded shadow-sm"><divclass="card-header">Return Type</div><divclass="card-body"><pclass="pb-3 mb-0 small lh-sm"><strongclass="d-block text-info"data-bs-toggle="tooltip" data-bs-placement="left" title="boolean">boolean</strong></p></div></div><divclass="card m-2 mx-3 bg-body rounded shadow-sm"><divclass="card-header">Modifiers</div><divclass="card-body"><pclass="pb-3 mb-0 small lh-sm"><spanclass="badge bg-primary" data-bs-toggle="tooltip" data-bs-placement="right" title="Accessible from anywhere.">public</span></p></div></div></div></div>
0 commit comments