< prev index next >

src/java.desktop/share/classes/java/awt/desktop/QuitEvent.java

Print this page

        

*** 31,45 **** /** * Event sent when the application is asked to quit. * * @see QuitHandler#handleQuitRequestWith(QuitEvent, QuitResponse) - * * @since 9 */ public final class QuitEvent extends AppEvent { private static final long serialVersionUID = -256100795532403146L; /** * Constructs a {@code QuitEvent}. * --- 31,47 ---- /** * Event sent when the application is asked to quit. * * @see QuitHandler#handleQuitRequestWith(QuitEvent, QuitResponse) * @since 9 */ public final class QuitEvent extends AppEvent { + /** + * Use serialVersionUID from JDK 9 for interoperability. + */ private static final long serialVersionUID = -256100795532403146L; /** * Constructs a {@code QuitEvent}. *
< prev index next >