com.sdm.quasar.client.showcase.swing
Interface CompanyService

All Superinterfaces:
Service

public interface CompanyService
extends Service

A service that is normally provided by the server. Its implementation is either an proxy for the server services or a dummy implementation.

Author:
Martin Haft

Method Summary
 Company getCompany()
           
 

Method Detail

getCompany

public Company getCompany()