mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +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
|
* NOTE: This ViewFrame must be registered with the filteredEventsModel's
|
||||||
* EventBus in order for this handler to be invoked.
|
* EventBus in order for this handler to be invoked.
|
||||||
*
|
*
|
||||||
* @param event The DataSourceAnalysisCompletedEvent to handle.
|
* @param event The CacheInvalidatedEvent to handle.
|
||||||
*/
|
*/
|
||||||
@Subscribe
|
@Subscribe
|
||||||
@NbBundle.Messages({
|
@NbBundle.Messages({
|
||||||
"# {0} - datasource name",
|
"# {0} - datasource name",
|
||||||
"ViewFrame.notification.analysisComplete=The event data has changed, the visualization may be out of date."})
|
"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(() -> {
|
Platform.runLater(() -> {
|
||||||
if (hostedView.needsRefresh() == false) {
|
if (hostedView.needsRefresh() == false) {
|
||||||
hostedView.setNeedsRefresh();
|
hostedView.setNeedsRefresh();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user