|
Eclipse PDE Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelChangedListener
Classes that need to be notified on model changes should implement this interface and add themselves as listeners to the model they want to listen to.
Method Summary | |
---|---|
void |
modelChanged(IModelChangedEvent event)
Called when there is a change in the model this listener is registered with. |
Method Detail |
---|
void modelChanged(IModelChangedEvent event)
event
- a change event that describes
the kind of the model change
|
Eclipse PDE Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |