|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface allows you to contribute to the popup menu and be notified of state changes for JobTickets that you add to to the Job Status view.
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
boolean |
canRemove(JobTicket jobTicket)
Allows job ticket sources to prevent a job from being removed from the job status view when the user attempts to remove the job or remove all jobs from the view. |
IJobTicketSourceFactory |
getJobTicketSourceFactory()
Return the IJobTicketSourceFactory used for persisting and restoring this job ticket source from a memento. |
void |
jobRemoved(JobTicket jobTicket)
Notification that the job was removed from the Job status view. |
void |
populateTaskMenu(MenuManager menu,
JobTicket jobTicket)
Allow ticket source's to populate the "Task Actions" section of the pop-up menu for jobs in the Status view. |
Field Detail |
public static final String Copyright
Method Detail |
public void populateTaskMenu(MenuManager menu, JobTicket jobTicket)
public boolean canRemove(JobTicket jobTicket)
public void jobRemoved(JobTicket jobTicket)
public IJobTicketSourceFactory getJobTicketSourceFactory()
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |