de.pannenleiter.tbug.plain
Class VariableEvent

java.lang.Object
  |
  +--de.pannenleiter.tbug.plain.VariableEvent

public class VariableEvent
extends java.lang.Object

VariableEvent -- the user selected a node


Field Summary
 int index
           
 Value value
           
 
Constructor Summary
VariableEvent(Value value, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public Value value

index

public int index
Constructor Detail

VariableEvent

public VariableEvent(Value value,
                     int index)