|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelSubscriber
Any class that implements this interface can subscribe to an
PresentationModel
provided by a IModelProvider
at a given
Path
.
Method Summary | |
---|---|
IModelProvider |
getModelProvider()
Returns the provider. |
Path |
getPath()
Returns the path. |
void |
setModelProvider(IModelProvider provider)
Sets the provider. |
void |
setPath(Path path)
Sets the path. |
Method Detail |
---|
IModelProvider getModelProvider()
ModelProvider
void setModelProvider(IModelProvider provider)
provider
- the providerPath getPath()
void setPath(Path path)
Path
is used to locate the model inside the
provider.
path
- the path relative to the provider's root model
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |