net.sf.jameleon.event
Interface FunctionListener
- All Superinterfaces: 
 - EventListener
 
- All Known Implementing Classes: 
 - TestCaseResultsPane
 
public interface FunctionListener
- extends EventListener
 
 
beginFunction
void beginFunction(FunctionEvent event,
                   int rowNum)
- Gets called before the execution of a function tag
 
- Parameters:
 event - - a FunctionEvent Object
 
 
endFunction
void endFunction(FunctionEvent event,
                 int rowNum)
- Gets called after the execution of a function tag
 
- Parameters:
 event - - a FunctionEvent Object
 
 
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.