public abstract class TopicEvent extends EventObject
TopicListener
s.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, toString
public TopicEvent(Topic topic)
public Topic getTopic()
public abstract boolean isAppropriateListener(EventListener listener)
public abstract void invokeListener(EventListener listener) throws SubscriptionFailureException
SubscriptionFailureException
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.