Interface ApplicationService

All Known Subinterfaces:
MultiApplication

public interface ApplicationService
Client service to open tab applications. (only available inside java-client!)
Example:
 servicesBroker = specialistsBroker. requestSpecialist( ServicesBroker.TYPE); appService =  servicesBroker. getService( ApplicationService.class); app =  appService. openApplication( BrowserApplication.TYPE, config). getApplication();
Since:
4.2.416
See Also: