|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.caleigo.core.IDataTransaction.ProgressAdapter
Constructor Summary | |
IDataTransaction.ProgressAdapter()
|
Method Summary | |
void |
jobCanceled(IDataTransaction.ProgressEvent e)
Invoked when the job has been successfully canceled. |
void |
jobCompleted(IDataTransaction.ProgressEvent e)
Invoked when the job has been successfully completed without any errors and without beeing canceled. |
void |
jobFailed(IDataTransaction.ProgressEvent e)
Invoked when the job has failed. |
void |
jobStarted(IDataTransaction.ProgressEvent e)
Invoked when the job has been started. |
void |
progressChanged(IDataTransaction.ProgressEvent e)
Invoked to signal progress of the job. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IDataTransaction.ProgressAdapter()
Method Detail |
public void jobStarted(IDataTransaction.ProgressEvent e)
jobStarted
in interface IDataTransaction.IProgressListener
public void jobCompleted(IDataTransaction.ProgressEvent e)
jobCompleted
in interface IDataTransaction.IProgressListener
public void jobCanceled(IDataTransaction.ProgressEvent e)
jobCanceled
in interface IDataTransaction.IProgressListener
public void jobFailed(IDataTransaction.ProgressEvent e)
getException
on the job to get the cause of the failure.
jobFailed
in interface IDataTransaction.IProgressListener
public void progressChanged(IDataTransaction.ProgressEvent e)
progressChanged
in interface IDataTransaction.IProgressListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |