g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.model.IGridJobStatusListener

Packages that use IGridJobStatusListener
eu.geclipse.core   
eu.geclipse.core.model   
eu.geclipse.ui.views   
eu.geclipse.ui.views.jobdetails   
 

Uses of IGridJobStatusListener in eu.geclipse.core
 

Methods in eu.geclipse.core with parameters of type IGridJobStatusListener
 void JobStatusUpdater.addJobStatusListener(int status, IGridJobStatusListener listener)
          Add status listener for the updater.
 void JobStatusUpdater.removeJobStatusListener(IGridJobStatusListener listener)
          Removes registrered job status listener
 

Uses of IGridJobStatusListener in eu.geclipse.core.model
 

Methods in eu.geclipse.core.model with parameters of type IGridJobStatusListener
 void IGridJobManager.addJobStatusListener(IGridJob[] jobs, int status, IGridJobStatusListener listener)
           
 void IGridJobManager.addJobStatusListener(IGridJobStatusListener listener)
           
 void IGridJobManager.removeJobStatusListener(IGridJob[] jobs, IGridJobStatusListener listener)
           
 void IGridJobManager.removeJobStatusListener(IGridJobStatusListener listener)
           
 

Uses of IGridJobStatusListener in eu.geclipse.ui.views
 

Classes in eu.geclipse.ui.views that implement IGridJobStatusListener
 class GridJobView
          Job view that shows all jobs that are currently managed by the default implementation of the IGridJobManager interface
 class GridProjectView
          The grid project view is the central view of the g-Eclipse framework.
 

Uses of IGridJobStatusListener in eu.geclipse.ui.views.jobdetails
 

Classes in eu.geclipse.ui.views.jobdetails that implement IGridJobStatusListener
 class JobDetailsView
           
 


g-Eclipse
Release 1.0.0