vxmlsurfer
Interface CleanExit


public interface CleanExit

This Class has to be implemented by the application using the VXMLInterpreter The application will have to implement its Exiting logic in the cleanExit() method.

This method will be called by the Terminator class on exit The Terminator will be oblivious of the application using it.

Author:
Ambalavanan R.
See Also:
Terminator

Method Summary
 void cleanExit()
          The application using the VXMLInterpreter will have to implement the exit logic in this method.
 void highlightFrame(java.lang.String frameptr)
           
 void removeHighlight(java.lang.String frameptr)
           
 

Method Detail

cleanExit

void cleanExit()
The application using the VXMLInterpreter will have to implement the exit logic in this method. This method will be called by the Terminator


highlightFrame

void highlightFrame(java.lang.String frameptr)

removeHighlight

void removeHighlight(java.lang.String frameptr)