|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.beanfabrics.event.ModelProviderEvent
public class ModelProviderEvent
An event which indicates that some change has occurred in some
IModelProvider
.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ModelProviderEvent(IModelProvider source,
PresentationModel aModel,
Path path)
Constructs a ModelProviderEvent . |
Method Summary | |
---|---|
PresentationModel |
getModel()
The model involed in this event. |
Path |
getPath()
The path involved in this event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModelProviderEvent(IModelProvider source, PresentationModel aModel, Path path)
ModelProviderEvent
.
source
- aModel
- path
- Method Detail |
---|
public PresentationModel getModel()
public Path getPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |