com.threerings.bureau.util
Interface BureauContext

All Superinterfaces:
PresentsContext

public interface BureauContext
extends PresentsContext

Defines the objects held on a bureau client. This includes usual set of objects found on a standard presents client.


Method Summary
 BureauDirector getBureauDirector()
          Access the director object.
 String getBureauId()
          Access the bureau id.
 
Methods inherited from interface com.threerings.presents.util.PresentsContext
getClient, getConfig, getDObjectManager
 

Method Detail

getBureauDirector

BureauDirector getBureauDirector()
Access the director object.


getBureauId

String getBureauId()
Access the bureau id.