src/share/classes/com/sun/nio/sctp/AssociationChangeNotification.java

Print this page

        

*** 27,44 **** --- 27,46 ---- /** * Notification emitted when an association has either opened or closed. * * @since 1.7 */ + @jdk.Supported public abstract class AssociationChangeNotification implements Notification { /** * Defines the type of change event that happened to the association. * * @since 1.7 */ + @jdk.Supported public enum AssocChangeEvent { /** * A new association is now ready and data may be exchanged with this peer. */