vxmlsurfer
Class VXMLSurfer

java.lang.Object
  extended by vxmlsurfer.VXMLSurfer

public class VXMLSurfer
extends java.lang.Object

This Class is a wrapper around the Processor and the Input Window

Author:
Joydeep Jana

Constructor Summary
VXMLSurfer()
          Constructor Creates Processor and InputWindow
 
Method Summary
 InputWindow getInputWindow()
          this class returns an instance of InputWindow.
 Processor getProcessThread()
          this class returns an instance of Processor
 void loadSettings(java.util.Properties property)
          Load the saved VXMLInterpreter settings
 void setProcessThread(Processor proc)
          sets the processor thread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VXMLSurfer

public VXMLSurfer()
Constructor Creates Processor and InputWindow

Method Detail

getInputWindow

public InputWindow getInputWindow()
this class returns an instance of InputWindow.

Returns:
InputWindow

getProcessThread

public Processor getProcessThread()
this class returns an instance of Processor

Returns:
Processor

setProcessThread

public void setProcessThread(Processor proc)
sets the processor thread

Parameters:
Procesoor -

loadSettings

public void loadSettings(java.util.Properties property)
Load the saved VXMLInterpreter settings

Parameters:
path - The relative path + the file name to load the settings from