|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelChangedListener
Provides functionality for sending events about changes in model to interested objects.
Method Summary | |
---|---|
void |
modelChanged(IFileModel before,
IFileModel after)
Indicates that model has changed. |
void |
modelCreated(IFileModel root)
Indicates that a new model has been created in the project |
void |
modelRemoved(IFileModel root)
Indicates that provided IFileModel has been removed from the project. |
Method Detail |
---|
void modelRemoved(IFileModel root)
root
- void modelCreated(IFileModel root)
root
- void modelChanged(IFileModel before, IFileModel after)
before
- after
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |