public interface ImportVersionOptionListener
Modifier and Type | Field and Description |
---|---|
static int |
OPTION_CREATE_NEW_ASSET |
static int |
OPTION_CREATE_NEW_VERSION |
static int |
OPTION_OVERWRITE_LATEST_VERSION |
Modifier and Type | Method and Description |
---|---|
void |
importVersionOptionCancel(java.lang.Object parameter)
Called when user clicked Cancel button in ImportVersionOptionAdapter
|
void |
importVersionOptionOK(int option,
java.lang.Object parameter)
Called when user clicked OK button in ImportVersionOptionAdapter.
|
static final int OPTION_CREATE_NEW_VERSION
static final int OPTION_OVERWRITE_LATEST_VERSION
static final int OPTION_CREATE_NEW_ASSET
void importVersionOptionOK(int option, java.lang.Object parameter)
option
- The selected option, either OPTION_CREATE_NEW_VERSION or OPTION_OVERWRITE_LATEST_VERSION.parameter
- A user defined parameter passed through from show method.void importVersionOptionCancel(java.lang.Object parameter)
parameter
- A user defined parameter passed through from show method.