![]() |
Saros
Distributed Collaborative Editing and Distributed Party Programming
|
Static Public Member Functions | |
static void | setSarosContext (ISarosContext sarosContext) |
static void | initComponent (Object instance) |
Provides the possibility to initialize a component with the components hold in the given de.fu_berlin.inf.dpp.ISarosContext.
Typically this is the context created by Saros while it's initialization.
static void de.fu_berlin.inf.dpp.SarosPluginContext.initComponent | ( | Object | instance | ) | [static] |
Initializes a given instance of a component (class) by assigning values to all variables that are annotated with an Inject} annotation.
Note: If the requested values (components) are not present in the current context a null
value will be assigned!
instance | instance of a component which should be initialized |
static void de.fu_berlin.inf.dpp.SarosPluginContext.setSarosContext | ( | ISarosContext | sarosContext | ) | [static] |