public interface ISourceControlSessionNotify
| Modifier and Type | Method and Description |
|---|---|
void |
onSourceControlSessionCreate(String streamName,
ISourceControlSession sourceControlSession)
Invoked when source control session is created
|
void |
onSourceControlSessionDestroy(String streamName,
ISourceControlSession sourceControlSession)
Invoked when source control session is destroyed
|
void onSourceControlSessionCreate(String streamName,
ISourceControlSession sourceControlSession)
streamName - stream namesourceControlSession - source control sessionvoid onSourceControlSessionDestroy(String streamName,
ISourceControlSession sourceControlSession)
streamName - stream namesourceControlSession - source Control session