com.ibm.jtopenlite.command.program
Interface OpenListOfJobsFormatOLJB0200Listener

All Superinterfaces:
JobKeyDataListener

public interface OpenListOfJobsFormatOLJB0200Listener
extends JobKeyDataListener


Method Summary
 void newJobEntry(String jobNameUsed, String userNameUsed, String jobNumberUsed, byte[] internalJobIdentifier, String status, String jobType, String jobSubtype, boolean jobInformationAvailable)
           
 
Methods inherited from interface com.ibm.jtopenlite.command.program.JobKeyDataListener
newKeyData, newKeyData
 

Method Detail

newJobEntry

void newJobEntry(String jobNameUsed,
                 String userNameUsed,
                 String jobNumberUsed,
                 byte[] internalJobIdentifier,
                 String status,
                 String jobType,
                 String jobSubtype,
                 boolean jobInformationAvailable)