com.googlecode.jpattern.gwt.client
Interface IApplicationSystem

All Known Implementing Classes:
AApplication

public interface IApplicationSystem

Author:
Francesco Cina' 12 Apr 2011

Method Summary
 void addService(String serviceName, IService service)
           
 void setLoggerService(ILoggerService loggerService)
           
 void setServerCallService(IServerCallService serverCallService)
           
 void startSystem()
           
 void stopSystem()
           
 

Method Detail

startSystem

void startSystem()

stopSystem

void stopSystem()

addService

void addService(String serviceName,
                IService service)

setLoggerService

void setLoggerService(ILoggerService loggerService)

setServerCallService

void setServerCallService(IServerCallService serverCallService)


Copyright © 2011. All Rights Reserved.