|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ContourModel.Listener
Listener interface for contour model changes.
| Method Summary | |
|---|---|
void |
contourAdded(ContourModel model,
Contour contour,
Contour parent)
Called when a contour is added to the model |
void |
contourRemoved(ContourModel model,
Contour contour,
Contour oldParent)
Called when a contour is removed from the model |
void |
valueChanged(ContourModel model,
Contour contour,
VariableID variableID,
Value newValue,
Value oldValue)
Called when a value is changed in the contour model |
| Method Detail |
|---|
void contourAdded(ContourModel model,
Contour contour,
Contour parent)
model - the contour modelcontour - the contour added
void contourRemoved(ContourModel model,
Contour contour,
Contour oldParent)
model - the contour modelcontour - the contour removedoldParent - the old parent of the contour, or null if
it was a root contour
void valueChanged(ContourModel model,
Contour contour,
VariableID variableID,
Value newValue,
Value oldValue)
model - the contour modelcontour - the contour that contains the value that changedvariableID - identifies the variable in the contour that changednewValue - the new value of the variableoldValue - the previous value of the variable
|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||