protected class CachedFileProvider.SourceFileTracker extends java.lang.Object implements SourceFileListener
EMPTY_ARRAY| Modifier | Constructor and Description | 
|---|---|
protected  | 
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 SourceFileTracker(SourceFile sourceFile, java.net.URL sourceURL)
public void expiredUpdate(SourceFile file)
SourceFileListenerexpiredUpdate in interface SourceFileListenerpublic void changeUpdate(SourceFile file, SourceTransaction transaction)
SourceFileListenerchangeUpdate in interface SourceFileListenertransaction - A committed transaction.