jdk/src/share/classes/com/sun/nio/sctp/Notification.java
changeset 19835 505b6711e79b
parent 5506 202f599c92aa
child 20742 4ae78e8060d6
equal deleted inserted replaced
19834:c43d94c72c41 19835:505b6711e79b
    38  * @since 1.7
    38  * @since 1.7
    39  */
    39  */
    40 public interface Notification {
    40 public interface Notification {
    41     /**
    41     /**
    42      * Returns the association that this notification is applicable to.
    42      * Returns the association that this notification is applicable to.
       
    43      *
       
    44      * @return  The association
    43      */
    45      */
    44     public Association association();
    46     public Association association();
    45 }
    47 }