Package org.eclipse.mat.ui
Interface SnapshotHistoryService.IChangeListener
-
- All Known Implementing Classes:
SnapshotHistoryView
- Enclosing class:
- SnapshotHistoryService
public static interface SnapshotHistoryService.IChangeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFileHistoryChange(List<SnapshotHistoryService.Entry> visited)
-
-
-
Method Detail
-
onFileHistoryChange
void onFileHistoryChange(List<SnapshotHistoryService.Entry> visited)
-
-