RichFaces Core API 4.1.0.20111101-M4

org.richfaces.application.push
Interface SessionTopicListener

All Superinterfaces:
EventListener, TopicListener

Deprecated.

@Deprecated
public interface SessionTopicListener
extends TopicListener

Deprecated by SessionTopicListener2

Author:
Nick Belaevski

Method Summary
 void processPreSubscriptionEvent(SessionPreSubscriptionEvent event)
          Deprecated.  
 void processSubscriptionEvent(SessionSubscriptionEvent event)
          Deprecated.  
 void processUnsubscriptionEvent(SessionUnsubscriptionEvent event)
          Deprecated.  
 

Method Detail

processPreSubscriptionEvent

void processPreSubscriptionEvent(SessionPreSubscriptionEvent event)
                                 throws EventAbortedException
Deprecated. 
Throws:
EventAbortedException

processSubscriptionEvent

void processSubscriptionEvent(SessionSubscriptionEvent event)
                              throws EventAbortedException
Deprecated. 
Throws:
EventAbortedException

processUnsubscriptionEvent

void processUnsubscriptionEvent(SessionUnsubscriptionEvent event)
                                throws EventAbortedException
Deprecated. 
Throws:
EventAbortedException

RichFaces Core API 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.