org.glite.wmsui.apij
Interface Listener

All Known Implementing Classes:
ListenerConsole

public interface Listener

The listener interface is used in order to manage the interaction of interactive jobs.

Depending on how it is implemented, the task of the implemented class should be:

A simple command line implementation is given by the ListenerConsole class

See Also:
a command-line implementation of Listener interface

Method Summary
 void run(Shadow shadow)
          This Method is called once the shadow has been successfully launched and the Job is ready to perform the interactive console
 

Method Detail

run

public void run(Shadow shadow)
This Method is called once the shadow has been successfully launched and the Job is ready to perform the interactive console

Parameters:
shadow - the Shadow instance that stores all the information needed to perform a console interactivity