|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Event-listener interface for checkout events.
CheckinManager.addCheckinListener(com.starbase.starteam.CheckinListener),
CheckinEvent| Method Summary | |
void |
onNotifyProgress(CheckinEvent event)
Triggered during the checkin operation, to provide the client application with updated information about the progress of the operation. |
void |
onStartFile(CheckinEvent event)
Triggered once per file, at the start of the checkin operation for that file. |
| Method Detail |
public void onStartFile(CheckinEvent event)
event - The corresponding checkin event.CheckinEvent,
CheckinEvent.getOptions(),
CheckinManager.setCanceled()public void onNotifyProgress(CheckinEvent event)
If the checkin of a given file completes successfully, then the onNotifyProgress event is triggered with CheckinEvent.isFinished() and CheckinEvent.isSuccessfull() both returning true.
If the checkin of a given file terminates abnormally, then the onNotifyProgress event is triggered with CheckinEvent.isSuccessful() returning false.
If the checkin operation is canceled, then the onNotifyProgress event is triggered once for every file that has not yet completed. In this case, CheckinEvent.isCanceled() returns true.
event - The corresponding checkin event.CheckinEvent,
CheckinEvent#getProgress,
CheckinEvent.isFinished(),
CheckinEvent.isSuccessful(),
CheckinEvent.isCanceled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||