Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
package org.litesoft.sandbox.multimodule.client.foundation.support;

import org.litesoft.sandbox.multimodule.anywhere.die.*;
import org.litesoft.sandbox.multimodule.client.common.pavsupport.*;
import org.litesoft.sandbox.multimodule.client.foundation.places.*;

public interface ClientFactory extends CommonActivityParameter
{
    Die getDie();

    void adjustDieFor( EnumPlaces pPlaceID );
}

Commits for litesoft/trunk/GWT_Sandbox/MultiModuleSingleSrc/main/src/org/litesoft/sandbox/multimodule/client/foundation/support/ClientFactory.java

Diff revisions: vs.
Revision Author Commited Message
582 GeorgeS picture GeorgeS Mon 14 Nov, 2011 19:55:23 +0000

Single Dir Based MultiModule