|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITigerstripeChangeListener
ITigerstripeChangeListeners are notified whenever a change in the workspace that is related to Tigerstripe occurs.
TigerstripeCore#addModelChangeListener(ITigerstripeChangeListener),
TigerstripeCore.removeTigerstripeChangeListener(ITigerstripeChangeListener)| Field Summary | |
|---|---|
static int |
ALL
|
static int |
ANNOTATION
|
static int |
MODEL
|
static int |
PROJECT
|
| Method Summary | |
|---|---|
void |
annotationChanged(IModelAnnotationChangeDelta[] delta)
|
void |
modelChanged(IModelChangeDelta[] delta)
Notification that model changes occurred. |
void |
projectAdded(IAbstractTigerstripeProject project)
Notification that a Tigerstripe project was added to the workspace Note: this listener needs to be registered with PROJECT level to
get notified |
void |
projectDeleted(java.lang.String projectName)
Notification that a Tigerstripe project was remove to the workspace. |
| Field Detail |
|---|
static final int PROJECT
static final int MODEL
static final int ANNOTATION
static final int ALL
| Method Detail |
|---|
void projectAdded(IAbstractTigerstripeProject project)
PROJECT level to
get notified
project - void projectDeleted(java.lang.String projectName)
PROJECT level to
get notified
project - void modelChanged(IModelChangeDelta[] delta)
MODEL level to
get notified
delta - void annotationChanged(IModelAnnotationChangeDelta[] delta)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||