public final class SctpNotificationEvent extends Object
| Constructor and Description |
|---|
SctpNotificationEvent(Notification notification,
Object attachment) |
| Modifier and Type | Method and Description |
|---|---|
Object |
attachment()
Return the attachment of this
SctpNotificationEvent, or
null if no attachment was provided |
boolean |
equals(Object o) |
int |
hashCode() |
Notification |
notification()
Return the
Notification |
String |
toString() |
public SctpNotificationEvent(Notification notification, Object attachment)
public Notification notification()
Notificationpublic Object attachment()
SctpNotificationEvent, or
null if no attachment was providedCopyright © 2008-2012 The Netty Project. All Rights Reserved.