public interface CheckoutListener
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<CheckoutListener> |
COMPLETED_EP_NAME |
static ExtensionPointName<CheckoutListener> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
boolean |
processCheckedOutDirectory(Project project,
java.io.File directory) |
void |
processOpenedProject(Project lastOpenedProject) |
static final ExtensionPointName<CheckoutListener> EP_NAME
static final ExtensionPointName<CheckoutListener> COMPLETED_EP_NAME