public class ViewCoordinator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ViewCoordinator.SingleLogSelectionListener
The selection callback interface, to be provided by external code.
|
| Constructor and Description |
|---|
ViewCoordinator(LoggingClient client,
LogEntryTable logEntryTable) |
| Modifier and Type | Method and Description |
|---|---|
void |
disableFiltersWidgets()
We disable filters when running inside the OMC, because since http://ictjira.alma.cl/browse/ICT-113
the OMC can set filters to ensure "coordinated views" and there is currently no need
to implement complicated synchronization and filter merging between possibly concurrent
filter changes originating from the OMC and from the user filter dialogs.
|
void |
setFilter(Filter filter)
The table will show only logs that pass this filter.
|
void |
setLogSelectionListener(ViewCoordinator.SingleLogSelectionListener listener)
Allows the external code to be notified when an alarm gets selected in the table.
|
public ViewCoordinator(LoggingClient client, LogEntryTable logEntryTable)
public void setFilter(Filter filter)
If the given filter is null, all filters will be removed.
filter - public void setLogSelectionListener(ViewCoordinator.SingleLogSelectionListener listener)
If called multiple times, the provided listener will supersede previously registered listeners.
public void disableFiltersWidgets()