Package name.pehl.karaka.client.activity.event.ActivityAction

Examples of name.pehl.karaka.client.activity.event.ActivityAction.Action


    }

    @Override
    public void onActivityAction(ActivityActionEvent event)
    {
        Action action = event.getAction();
        Activity activity = event.getActivity();
        switch (action)
        {
            case SAVE:
                save(activity);
View Full Code Here

TOP

Related Classes of name.pehl.karaka.client.activity.event.ActivityAction.Action

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.