public class EventNotificationImpl extends EventObject implements EventNotification, Serializable
source| Constructor and Description |
|---|
EventNotificationImpl(Object source) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
getNotification() |
void |
setNotification(Notification notification) |
getSource, toStringpublic EventNotificationImpl(Object source)
public Notification getNotification()
getNotification in interface EventNotificationpublic void setNotification(Notification notification)
setNotification in interface EventNotificationnotification - the notification to setCopyright © 2011-2016 OpenESB Community. All Rights Reserved.