Examples of ProfileActivity


Examples of it.unipd.netmus.client.activity.ProfileActivity

    public Activity getActivity(Place place) {
        // This is begging for GIN
        if (place instanceof LoginPlace)
            return new LoginActivity((LoginPlace) place, clientFactory);
        else if (place instanceof ProfilePlace)
            return new ProfileActivity((ProfilePlace) place, clientFactory);

        return null;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.