Interface | Description |
---|---|
EnvironmentDelegation |
Provides an interface for an
Environment that delegates its responsibilities to another Environment |
EnvironmentObserver |
A class that is told of interactions in an environment.
|
EnvironmentServerInterface |
An interface for
Environment implementations that also can serve EnvironmentObserver instances
about the interactions in the Environment . |
StateSettableEnvironment |
An interface to be used with
Environment instances that allows
the environment to have its set set to a client specified state. |
Class | Description |
---|---|
EnvironmentDelegation.Helper |
A class that provides tools for working with Environment delegates
|
EnvironmentServer |
A
EnvironmentServerInterface implementation that delegates all Environment interactions and request
to a provided Environment delegate. |
EnvironmentServer.StateSettableEnvironmentServer |