com.sun.emp.pathway.bean
Interface TerminalListener

All Superinterfaces:
EventListener

public interface TerminalListener
extends EventListener

An interface that should be implemented by classes wishing to listen for events of type TerminalEvent.


Method Summary
 void hostChangedScreen(TerminalEvent e)
          Invoked when a datastream from the host has modified the contents of the Terminal.
 

Method Detail

hostChangedScreen

public void hostChangedScreen(TerminalEvent e)
Invoked when a datastream from the host has modified the contents of the Terminal.

Parameters:
e - The event.