Package com.illumon.iris.gui.filterlink
Interface LinkEvent
public interface LinkEvent
An event providing details about update notifications from a
LinkSource
-
Method Summary
Modifier and TypeMethodDescriptionboolean
filterIncluded
(String column) Check if the event contains a filter for the specified column.
-
Method Details
-
getSource
LinkSource getSource()- Returns:
- The
LinkSource
that issued this event.
-
filterIncluded
Check if the event contains a filter for the specified column.- Parameters:
column
- the column.- Returns:
- true if the event contains a filter for the specified column.
-
getValue
- Parameters:
column
- The column to retrieve the value of.- Returns:
- The value of the specified column for this event.
-