mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
fix comments and method name
This commit is contained in:
parent
6198b1fcf3
commit
1b1a68a998
@ -511,13 +511,13 @@ final public class ViewFrame extends BorderPane {
|
||||
* NOTE: This ViewFrame must be registered with the filteredEventsModel's
|
||||
* EventBus in order for this handler to be invoked.
|
||||
*
|
||||
* @param event The DataSourceAnalysisCompletedEvent to handle.
|
||||
* @param event The CacheInvalidatedEvent to handle.
|
||||
*/
|
||||
@Subscribe
|
||||
@NbBundle.Messages({
|
||||
"# {0} - datasource name",
|
||||
"ViewFrame.notification.analysisComplete=The event data has changed, the visualization may be out of date."})
|
||||
public void handleEventAdded(FilteredEventsModel.CacheInvalidatedEvent event) {
|
||||
public void handleCacheInvalidated(FilteredEventsModel.CacheInvalidatedEvent event) {
|
||||
Platform.runLater(() -> {
|
||||
if (hostedView.needsRefresh() == false) {
|
||||
hostedView.setNeedsRefresh();
|
||||
|
Loading…
x
Reference in New Issue
Block a user