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