Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package org.litesoft.sandbox.multimodule.client.main.home;

import org.litesoft.GWT.client.pavsupport.*;
import org.litesoft.sandbox.multimodule.client.foundation.places.*;
import org.litesoft.sandbox.multimodule.client.foundation.support.*;

public class HomeActivity extends AbstractActivity<HomeView> implements HomeView.Presenter {
    @SuppressWarnings({"UnusedParameters"})
    public HomeActivity( ClientFactory pClientFactory, HomeView pView, PlaceHome pPlace ) // pPlace not currently being used, but kept for API consistency
    {
        super( pView, pClientFactory );
    }

    @Override
    protected void start() {
    }
}

Commits for litesoft/trunk/GWT_Sandbox/MultiModuleSingleSrc/main/src/org/litesoft/sandbox/multimodule/client/main/home/HomeActivity.java

Diff revisions: vs.
Revision Author Commited Message
948 Diff Diff GeorgeS picture GeorgeS Sat 07 Jun, 2014 23:42:39 +0000

Jusefuls Formatter Updated to New Code Format

749 Diff Diff GeorgeS picture GeorgeS Fri 06 Jul, 2012 00:11:43 +0000
728 Diff Diff GeorgeS picture GeorgeS Sat 16 Jun, 2012 23:39:49 +0000
713 Diff Diff GeorgeS picture GeorgeS Sat 09 Jun, 2012 22:47:07 +0000
669 GeorgeS picture GeorgeS Sun 13 May, 2012 23:29:27 +0000