Package org.eurekastreams.web.client.events.data

Examples of org.eurekastreams.web.client.events.data.DeletedGroupMemberResponseEvent


                // clear following model
                CurrentUserPersonFollowingStatusModel.getInstance().clearCache();
                StreamsDiscoveryModel.getInstance().clearCache();

                EventBus eventBus = Session.getInstance().getEventBus();
                eventBus.notifyObservers(new DeletedGroupMemberResponseEvent(request, response));

                // simulate a status request for recipients that don't listen for changes. Event type has person in the
                // name, but that is the event used when querying groups
                eventBus.notifyObservers(new GotPersonFollowerStatusResponseEvent(FollowerStatus.NOTFOLLOWING));
               
View Full Code Here

TOP

Related Classes of org.eurekastreams.web.client.events.data.DeletedGroupMemberResponseEvent

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.