jwo.landserf.script
Interface VariableListener

All Known Implementing Classes:
ScriptEditor

public interface VariableListener

Should define the activity that occurs when the list of variables associated with a script changes. This can be useful for syntax highlighting of a script.

Version:
2.3, 23rd February 2006.
Author:
Jo Wood

Method Summary
 void variableListChanged(HashMap varList)
          Should provide the action that occurs when the given variable list has changed in some way.
 

Method Detail

variableListChanged

void variableListChanged(HashMap varList)
Should provide the action that occurs when the given variable list has changed in some way.

Parameters:
varList - List of variables.


Copyright Jo Wood, 1996-2009, last modified, 17th April, 2009