com.googlecode.jpattern.gwt.client
Class AApplication
java.lang.Object
com.googlecode.jpattern.gwt.client.AApplication
- All Implemented Interfaces:
- IApplicationProvider, IApplicationSystem
public abstract class AApplication
- extends Object
- implements IApplicationProvider, IApplicationSystem
- Author:
- Francesco Cina'
12 Apr 2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AApplication
public AApplication()
getLoggerService
public ILoggerService getLoggerService()
- Specified by:
getLoggerService in interface IApplicationProvider
setLoggerService
public void setLoggerService(ILoggerService loggerService)
- Specified by:
setLoggerService in interface IApplicationSystem
getServerCallService
public IServerCallService getServerCallService()
- Specified by:
getServerCallService in interface IApplicationProvider
setServerCallService
public void setServerCallService(IServerCallService serverCallService)
- Specified by:
setServerCallService in interface IApplicationSystem
getService
public IService getService(String serviceName)
- Specified by:
getService in interface IApplicationProvider
addService
public void addService(String serviceName,
IService service)
- Specified by:
addService in interface IApplicationSystem
Copyright © 2011. All Rights Reserved.