Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.qsys.comm
Interface IInteractiveJobListener

All Known Implementing Classes:
InteractiveJobSystemMessageHelper.InteractiveJobSystemMessageDialog

public interface IInteractiveJobListener

Interface for classes interested in being notified when an interactive job is connected to an RSE connection.

In the futuer we can add additional events as required.


Field Summary
static String copyright
           
 
Method Summary
 void eventOccured(InteractiveJobEvent event)
          Method to notify listener that an interactive job event occured.
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

eventOccured

void eventOccured(InteractiveJobEvent event)
Method to notify listener that an interactive job event occured. The event object contains information about the event and corresponding SystemConnection.


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.