RichFaces Core API 4.2.1.Final

org.richfaces.application.push
Class TopicEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.richfaces.application.push.TopicEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SessionTopicEvent

public class TopicEvent
extends EventObject

Author:
Nick Belaevski
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TopicEvent(Topic topic)
           
 
Method Summary
 Topic getTopic()
           
 void invokeListener(EventListener listener)
           
 boolean isAppropriateListener(EventListener listener)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopicEvent

public TopicEvent(Topic topic)
Method Detail

getTopic

public Topic getTopic()

isAppropriateListener

public boolean isAppropriateListener(EventListener listener)

invokeListener

public void invokeListener(EventListener listener)
                    throws SubscriptionFailureException
Throws:
SubscriptionFailureException

RichFaces Core API 4.2.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.