|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDataTransaction.ProgressEvent | |
org.caleigo.core |
Uses of IDataTransaction.ProgressEvent in org.caleigo.core |
Methods in org.caleigo.core with parameters of type IDataTransaction.ProgressEvent | |
void |
IDataTransaction.IProgressListener.jobStarted(IDataTransaction.ProgressEvent e)
Invoked when the job has been started. |
void |
IDataTransaction.IProgressListener.jobCompleted(IDataTransaction.ProgressEvent e)
Invoked when the job has been successfully completed without any errors and without beeing canceled. |
void |
IDataTransaction.IProgressListener.jobCanceled(IDataTransaction.ProgressEvent e)
Invoked when the job has been successfully canceled. |
void |
IDataTransaction.IProgressListener.jobFailed(IDataTransaction.ProgressEvent e)
Invoked when the job has failed. |
void |
IDataTransaction.IProgressListener.progressChanged(IDataTransaction.ProgressEvent e)
Invoked to signal progress of the job. |
void |
IDataTransaction.ProgressAdapter.jobStarted(IDataTransaction.ProgressEvent e)
Invoked when the job has been started. |
void |
IDataTransaction.ProgressAdapter.jobCompleted(IDataTransaction.ProgressEvent e)
Invoked when the job has been successfully completed without any errors and without beeing canceled. |
void |
IDataTransaction.ProgressAdapter.jobCanceled(IDataTransaction.ProgressEvent e)
Invoked when the job has been successfully canceled. |
void |
IDataTransaction.ProgressAdapter.jobFailed(IDataTransaction.ProgressEvent e)
Invoked when the job has failed. |
void |
IDataTransaction.ProgressAdapter.progressChanged(IDataTransaction.ProgressEvent e)
Invoked to signal progress of the job. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |