Subversion Repository Public Repository

litesoft

Diff Revisions 948 vs 950 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/taskbar/FloaterFactoryFactory.java

Diff revisions: vs.
  @@ -1,16 +1,16 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.taskbar;
3 -
4 - import org.litesoft.logger.*;
5 -
6 - public interface FloaterFactoryFactory {
7 - public void launchFloater( String pFloaterFactoryRef );
8 -
9 - public static class NullFloaterFactoryFactory implements FloaterFactoryFactory {
10 - public static final Logger LOGGER = LoggerFactory.getLogger( NullFloaterFactoryFactory.class );
11 -
12 - public void launchFloater( String pFloaterFactoryRef ) {
13 - LOGGER.debug.log( "launchFloater( " + pFloaterFactoryRef + " )" );
14 - }
15 - }
16 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.taskbar;
3 +
4 + import org.litesoft.logger.*;
5 +
6 + public interface FloaterFactoryFactory {
7 + public void launchFloater( String pFloaterFactoryRef );
8 +
9 + public static class NullFloaterFactoryFactory implements FloaterFactoryFactory {
10 + public static final Logger LOGGER = LoggerFactory.getLogger( NullFloaterFactoryFactory.class );
11 +
12 + public void launchFloater( String pFloaterFactoryRef ) {
13 + LOGGER.debug.log( "launchFloater( " + pFloaterFactoryRef + " )" );
14 + }
15 + }
16 + }