HEADER

Uses of Class
com.developmentontheedge.jobcontrol.JobControlListener

Packages that use JobControlListener
biouml.editor.module 
com.developmentontheedge.application 
com.developmentontheedge.jobcontrol 

Uses of JobControlListener in biouml.editor.module
 

Classes in biouml.editor.module that implement JobControlListener
class StatusInfoDialog
          Dialog for status info
 

Uses of JobControlListener in com.developmentontheedge.application
 

Classes in com.developmentontheedge.application that implement JobControlListener
class ApplicationStatusBar
          
 

Uses of JobControlListener in com.developmentontheedge.jobcontrol
 

Classes in com.developmentontheedge.jobcontrol that implement JobControlListener
class JobControlListenerAdapter
          JobControlListenerAdapter is "empty" implementation of JobControlListener interface.It is used for derived classes.
class JobProgressBar
          
 

Constructors in com.developmentontheedge.jobcontrol with parameters of type JobControlListener
AbstractJobControl.AbstractJobControl(Category cat, JobControlListener listener)
          Constructs JobControl with specified Category and JobControlListener
FunctionJobControl.FunctionJobControl(Category cat, JobControlListener l)
          Constructs FunctionJobControl
 

Methods in com.developmentontheedge.jobcontrol with parameters of type JobControlListener
voidAbstractJobControl.addListener(JobControlListener listener)
          
voidJobControl.addListener(JobControlListener listener)
          Adds JobControlListener object
 


FOOTER

BOTTOM