JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.events
Interface AssignEvent.Importer

All Superinterfaces:
Event.Importer
Enclosing interface:
AssignEvent

public static interface AssignEvent.Importer
extends Event.Importer

Importer (builder) for assign events.


Method Summary
 ContourID provideContourID()
          Provide the identifier for the contour that contains the variable whose value is changing.
 Value provideNewValue()
          Provide the updated value for the variable.
 VariableID provideVariableID()
          Provide the identifier for the variable whose value is changing.
 
Methods inherited from interface edu.bsu.cs.jive.events.Event.Importer
provideNumber, provideThreadID
 

Method Detail

provideNewValue

Value provideNewValue()
Provide the updated value for the variable.

Returns:
new value

provideContourID

ContourID provideContourID()
Provide the identifier for the contour that contains the variable whose value is changing.

Returns:
contour identifier for enclosing contour

provideVariableID

VariableID provideVariableID()
Provide the identifier for the variable whose value is changing.

Returns:
the identifier for the variable whose value is changing

JIVE Platform
Release 0.3.1