Interface events are declared using interface-event-declarations: interface-event-declaration : attributesneweventtypeidentifier;
The attributes, type, and identifier of an interface event declaration have the same meaning as those of an event declaration in a class (17.7).