6 lines
736 B
XML
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>
|