org.richfaces.application.push
Interface SessionTopicListener

All Superinterfaces:
java.util.EventListener, TopicListener

public interface SessionTopicListener
extends TopicListener

Author:
Nick Belaevski

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

Method Detail

processPreSubscriptionEvent

void processPreSubscriptionEvent(SessionPreSubscriptionEvent event)
                                 throws EventAbortedException
Throws:
EventAbortedException

processSubscriptionEvent

void processSubscriptionEvent(SessionSubscriptionEvent event)
                              throws EventAbortedException
Throws:
EventAbortedException

processUnsubscriptionEvent

void processUnsubscriptionEvent(SessionUnsubscriptionEvent event)
                                throws EventAbortedException
Throws:
EventAbortedException


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