1: package org.osbl.client.wings.shell; 2: 3: public interface Application { 4: /** 5: * The environment provided by the application. 6: */ 7: Environment getEnvironment(); 8: }