blackboard.admin.persist.course
Interface CloneCallback
public interface CloneCallback
This interface describes the method used for granualar notification during the cloning of a CourseSite or
Organization object.
- Since:
- Bb 6.0
- Author:
- Raymond Peterson
|
Nested Class Summary |
static class |
CloneCallback.Stage
Designates current stage of clone operation. |
|
Method Summary |
void |
callback(CloneCallback.Stage stage,
java.lang.String strMessage,
long lTime)
Callback used in asynchronous course clone operation. |
callback
void callback(CloneCallback.Stage stage,
java.lang.String strMessage,
long lTime)
- Callback used in asynchronous course clone operation.
- Parameters:
stage - CloneCallback.Stage Represents stage of copy operation.strMessage - String representing message to be associated with current operation.lTime - Time for completion of operation in milliseconds.