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