Interface SurveillanceViewDetail
-
- All Known Implementing Classes:
SurveillanceViewAlarmTable
,SurveillanceViewDetailTable
,SurveillanceViewGraphComponent
,SurveillanceViewNodeRtcTable
,SurveillanceViewNotificationTable
public interface SurveillanceViewDetail
This interface is used to represent components that are refreshable by a surveillance view table.- Author:
- Christian Pape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
refreshDetails(Set<OnmsCategory> rowCategories, Set<OnmsCategory> colCategories)
Refreshes the contents of this component.
-
-
-
Method Detail
-
refreshDetails
void refreshDetails(Set<OnmsCategory> rowCategories, Set<OnmsCategory> colCategories)
Refreshes the contents of this component. This is triggered by a mouse interaction or data change in associated surveillance view.- Parameters:
rowCategories
- the row categoriescolCategories
- the column categories
-
-