Package org.eurekastreams.web.client.events

Examples of org.eurekastreams.web.client.events.SwitchedHistoryViewEvent


                    // Clear all temporary timer jobs.
                    Session.getInstance().getTimer().clearTempJobs();
                    // Tell listeners the URL has indicated a page/view change.

                    Session.getInstance().getEventBus()
                            .notifyObservers(new SwitchedHistoryViewEvent(currentPage, currentViews));
                }
                // A developer has halted the process. He probably sees something he needs to alert the user
                // of before they switch the page. Roll everything back.
                else
                {
View Full Code Here

TOP

Related Classes of org.eurekastreams.web.client.events.SwitchedHistoryViewEvent

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.