net.sf.jameleon.event
Interface FunctionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
TestCaseResultsPane

public interface FunctionListener
extends EventListener


Method Summary
 void beginFunction(FunctionEvent event, int rowNum)
          Gets called before the execution of a function tag
 void endFunction(FunctionEvent event, int rowNum)
          Gets called after the execution of a function tag
 

Method Detail

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.