Package org.richfaces.application.push

Examples of org.richfaces.application.push.TopicListener


     * (non-Javadoc)
     * @see org.richfaces.application.push.Topic#addTopicListener(org.richfaces.application.push.TopicListener)
     */
    @Override
    public void addTopicListener(TopicListener topicListener) {
        TopicListener listener = topicListener;

        listeners.add(listener);
    }
View Full Code Here

TOP

Related Classes of org.richfaces.application.push.TopicListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.