Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

6 lines
736 B
XML

<?xml version="1.0"?>
<clause number="20.2.3" title="Interface events">
<paragraph>Interface events are declared using interface-event-declarations: <grammar_production><name><non_terminal where="20.2.3">interface-event-declaration</non_terminal></name> : <rhs><non_terminal where="24.2">attributes</non_terminal><opt/><keyword>new</keyword><opt/><keyword>event</keyword><non_terminal where="11">type</non_terminal><non_terminal where="9.4.2">identifier</non_terminal><terminal>;</terminal></rhs></grammar_production></paragraph>
<paragraph>The attributes, type, and identifier of an interface event declaration have the same meaning as those of an event declaration in a class (<hyperlink>17.7</hyperlink>). </paragraph>
</clause>