All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface aioli.variable.VTool

public interface VTool
An interface for variable spies


Method Index

 o commit(Variable, MPath, IPath)
Receives modifications from the variable
 o name()
Returns the name of the tool

Methods

 o commit
 public abstract void commit(Variable var,
                             MPath m,
                             IPath i)
Receives modifications from the variable

Parameters:
var - the variable that has been modified
m - the modification on the tree
i - the new selection path
 o name
 public abstract String name()
Returns the name of the tool


All Packages  Class Hierarchy  This Package  Previous  Next  Index