de.phleisch.app.itsucks.job
Interface JobManager

All Superinterfaces:
EventSource
All Known Implementing Classes:
CleanJobManagerImpl, FilterJobManagerImpl

public interface JobManager
extends EventSource


Method Summary
 void addJob(Job pJob)
           
 EventContext getContext()
           
 JobList getJobList()
           
 Job getNextOpenJob()
           
 boolean removeJob(Job pJob)
           
 void setContext(EventContext pContext)
           
 void setJobList(JobList pJobList)
           
 
Methods inherited from interface de.phleisch.app.itsucks.event.EventSource
getEventDispatcher
 

Method Detail

addJob

void addJob(Job pJob)

removeJob

boolean removeJob(Job pJob)

getNextOpenJob

Job getNextOpenJob()

getJobList

JobList getJobList()

setJobList

void setJobList(JobList pJobList)

getContext

EventContext getContext()

setContext

void setContext(EventContext pContext)


Copyright © 2010. All Rights Reserved.