RichFaces Core API 4.3.3.Final

org.richfaces.application.push
Class SessionUnsubscriptionEvent

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

public class SessionUnsubscriptionEvent
extends SessionTopicEvent

Author:
Nick Belaevski
See Also:
Serialized Form

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

SessionUnsubscriptionEvent

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

invokeListener

public void invokeListener(EventListener listener)
Overrides:
invokeListener in class TopicEvent

RichFaces Core API 4.3.3.Final

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