public abstract class TopicEvent extends EventObject
TopicListeners.source| Constructor and Description |
|---|
TopicEvent(Topic topic) |
| Modifier and Type | Method and Description |
|---|---|
Topic |
getTopic() |
abstract void |
invokeListener(EventListener listener) |
abstract boolean |
isAppropriateListener(EventListener listener) |
getSource, toStringpublic TopicEvent(Topic topic)
public Topic getTopic()
public abstract boolean isAppropriateListener(EventListener listener)
public abstract void invokeListener(EventListener listener) throws SubscriptionFailureException
SubscriptionFailureExceptionCopyright © 2015 JBoss by Red Hat. All Rights Reserved.