com.waveset.adapter
Interface ScreenNotifier


public interface ScreenNotifier

Simple interface to provide a callback mechanism to HostAccess-based adapters when a page/screen of text received from a host.


Method Summary
 void notify(java.lang.String screen)
          This method is expected to parse the screen text, and perform something useful.
 

Method Detail

notify

public void notify(java.lang.String screen)
            throws WavesetException
This method is expected to parse the screen text, and perform something useful.

Parameters:
screen - the screen received. The host prompts will be not be present in the screen.
Throws:
WavesetException - throw if an unrecoverable error is encountered