More style changes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5248 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -27,28 +27,27 @@ import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.dobj.DObjectManager;
|
||||
|
||||
/**
|
||||
* Provides access to standard services needed by code that is part of or
|
||||
* uses the Presents package.
|
||||
* Provides access to standard services needed by code that is part of or uses the Presents
|
||||
* package.
|
||||
*/
|
||||
public interface PresentsContext
|
||||
{
|
||||
/**
|
||||
* Provides a configuration object from which various services can
|
||||
* obtain configuration values and via the properties file that forms
|
||||
* the basis of the configuration object, those services can be
|
||||
* customized.
|
||||
* Provides a configuration object from which various services can obtain configuration values
|
||||
* and via the properties file that forms the basis of the configuration object, those services
|
||||
* can be customized.
|
||||
*/
|
||||
public Config getConfig ();
|
||||
Config getConfig ();
|
||||
|
||||
/**
|
||||
* Returns a reference to the client. This reference should be valid
|
||||
* for the life of the application.
|
||||
* Returns a reference to the client. This reference should be valid for the life of the
|
||||
* application.
|
||||
*/
|
||||
public Client getClient ();
|
||||
Client getClient ();
|
||||
|
||||
/**
|
||||
* Returns a reference to the distributed object manager. This
|
||||
* reference is only valid for the duration of a session.
|
||||
* Returns a reference to the distributed object manager. This reference is only valid for the
|
||||
* duration of a session.
|
||||
*/
|
||||
public DObjectManager getDObjectManager ();
|
||||
DObjectManager getDObjectManager ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user