public abstract class ContextualNotificationListener extends Object implements NotificationListener
Constructor and Description |
---|
ContextualNotificationListener() |
Modifier and Type | Method and Description |
---|---|
abstract ClassLoader |
getContextClassLoader()
This method returns the context classloader to use when
resolving the events.
|
abstract void |
handleEvents(String subject,
EventList events)
This method notifies the listener when a situation occurs
on the subject for the identified network/version/node
concerning a list of events.
|
void |
notify(String subject,
EventList events)
This method notifies the listener when a situation occurs
on the identified network/version/node concerning a list
of events.
|
public final void notify(String subject, EventList events)
notify
in interface NotificationListener
subject
- The subjectevents
- The events that have been processedpublic abstract ClassLoader getContextClassLoader()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.