Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.qsys.comm
Class InteractiveJobSystemMessageHelper.InteractiveJobSystemMessageDialog

java.lang.Object
  extended by SystemMessageDialog
      extended by com.ibm.etools.iseries.subsystems.qsys.comm.InteractiveJobSystemMessageHelper.InteractiveJobSystemMessageDialog
All Implemented Interfaces:
IInteractiveJobListener
Enclosing class:
InteractiveJobSystemMessageHelper

public class InteractiveJobSystemMessageHelper.InteractiveJobSystemMessageDialog
extends SystemMessageDialog
implements IInteractiveJobListener


Field Summary
 
Fields inherited from interface com.ibm.etools.iseries.subsystems.qsys.comm.IInteractiveJobListener
copyright
 
Constructor Summary
InteractiveJobSystemMessageHelper.InteractiveJobSystemMessageDialog(Shell shell, SystemMessage message, String[] buttons)
          Constructor
 
Method Summary
protected  Control createDialogArea(Composite parent)
           
 void eventOccured(InteractiveJobEvent event)
          Method to notify listener that an interactive job event occured.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractiveJobSystemMessageHelper.InteractiveJobSystemMessageDialog

public InteractiveJobSystemMessageHelper.InteractiveJobSystemMessageDialog(Shell shell,
                                                                           SystemMessage message,
                                                                           String[] buttons)
Constructor

Parameters:
shell - The shell used for the parent of this dialog.
Method Detail

eventOccured

public void eventOccured(InteractiveJobEvent event)
Description copied from interface: IInteractiveJobListener
Method to notify listener that an interactive job event occured. The event object contains information about the event and corresponding SystemConnection.

Specified by:
eventOccured in interface IInteractiveJobListener
See Also:
com.ibm.etools.iseries.core.comm.IInteractiveJobListener#eventOccured(InteractiveJobEvent)

createDialogArea

protected Control createDialogArea(Composite parent)
See Also:
Dialog

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.