|
JIVE Platform Release 0.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface AssignEvent.Exporter
Exporter (reverse-builder) for assign events.
| Method Summary | |
|---|---|
void |
addContourID(ContourID contourID)
Adds the identifier for the contour that contains the variable whose value is changing. |
void |
addNewValue(Value v)
Adds the new value assigned to the variable. |
void |
addVariableID(VariableID variableID)
Adds the identifier of the variable that has changed value. |
| Methods inherited from interface edu.bsu.cs.jive.events.Event.Exporter |
|---|
addNumber, addThreadID |
| Method Detail |
|---|
void addNewValue(Value v)
AssignEvent#export(Exporter).
v - the new valuevoid addContourID(ContourID contourID)
contourID - the variables contextvoid addVariableID(VariableID variableID)
variableID - the variable identifier
|
JIVE Platform Release 0.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||