protected class CachedFileProvider.SourceFileTracker extends java.lang.Object implements SourceFileListener
EMPTY_ARRAY
Modifier | Constructor and Description |
---|---|
protected |
CachedFileProvider.SourceFileTracker(SourceFile sourceFile,
java.net.URL sourceURL) |
Modifier and Type | Method and Description |
---|---|
void |
changeUpdate(SourceFile file,
SourceTransaction transaction)
A transaction was committed against this source file.
|
void |
expiredUpdate(SourceFile file)
The originating SourceFile instance has expired and is now invalid.
|
protected CachedFileProvider.SourceFileTracker(SourceFile sourceFile, java.net.URL sourceURL)
public void expiredUpdate(SourceFile file)
SourceFileListener
expiredUpdate
in interface SourceFileListener
public void changeUpdate(SourceFile file, SourceTransaction transaction)
SourceFileListener
changeUpdate
in interface SourceFileListener
transaction
- A committed transaction.