insensa
Interface FileSetListener
- All Known Implementing Classes:
- CXmlFileSetProperties
public interface FileSetListener
Method Summary |
void |
childFileOutputNameChanged(CRasterFileSet fileSet,
CRasterFileInformation file,
java.lang.String oldName,
java.lang.String newName)
|
void |
childFileRenamed(CRasterFileSet fileSet,
CRasterFileInformation file,
java.lang.String oldName,
java.lang.String newName)
|
void |
childFileSetRenamed(CRasterFileSet fileSet,
java.lang.String oldName,
java.lang.String newName)
|
void |
fileSetRenamed(CRasterFileSet fileSet,
java.lang.String oldName,
java.lang.String newName)
|
childFileOutputNameChanged
void childFileOutputNameChanged(CRasterFileSet fileSet,
CRasterFileInformation file,
java.lang.String oldName,
java.lang.String newName)
throws java.io.IOException
- Parameters:
fileSet
- file
- oldName
- newName
-
- Throws:
java.io.IOException
childFileRenamed
void childFileRenamed(CRasterFileSet fileSet,
CRasterFileInformation file,
java.lang.String oldName,
java.lang.String newName)
throws java.io.IOException
- Parameters:
fileSet
- file
- oldName
- newName
-
- Throws:
java.io.IOException
childFileSetRenamed
void childFileSetRenamed(CRasterFileSet fileSet,
java.lang.String oldName,
java.lang.String newName)
throws java.io.IOException
- Parameters:
fileSet
- oldName
- newName
-
- Throws:
java.io.IOException
fileSetRenamed
void fileSetRenamed(CRasterFileSet fileSet,
java.lang.String oldName,
java.lang.String newName)
throws java.io.IOException
- Parameters:
fileSet
- oldName
- newName
-
- Throws:
java.io.IOException