|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISpace
Interface for spaces.
| Method Summary | |
|---|---|
void |
componentAdded(IComponentIdentifier cid)
Called from application component, when a component was added. |
void |
componentRemoved(IComponentIdentifier cid)
Called from application component, when a component was removed. |
void |
initSpace(IApplication context,
MSpaceInstance config,
IValueFetcher fetcher)
Initialize a space. |
void |
terminate()
Terminate the space. |
| Method Detail |
|---|
void initSpace(IApplication context,
MSpaceInstance config,
IValueFetcher fetcher)
throws Exception
Exceptionvoid componentAdded(IComponentIdentifier cid)
cid - The id of the added component.type - The logical type name.void componentRemoved(IComponentIdentifier cid)
cid - The id of the removed component.void terminate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||