RichFaces Core API 4.2.2.Final

org.richfaces.application.push
Class SessionTopicEvent

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

public abstract class SessionTopicEvent
extends TopicEvent

Author:
Nick Belaevski
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SessionTopicEvent(Topic topic, TopicKey topicKey, Session session)
           
 
Method Summary
 Session getSession()
           
 TopicKey getTopicKey()
           
 boolean isAppropriateListener(EventListener listener)
           
 
Methods inherited from class org.richfaces.application.push.TopicEvent
getTopic, invokeListener
 
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

SessionTopicEvent

public SessionTopicEvent(Topic topic,
                         TopicKey topicKey,
                         Session session)
Method Detail

getSession

public Session getSession()

getTopicKey

public TopicKey getTopicKey()

isAppropriateListener

public boolean isAppropriateListener(EventListener listener)
Overrides:
isAppropriateListener in class TopicEvent

RichFaces Core API 4.2.2.Final

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