Interface LinkEvent


public interface LinkEvent
An event providing details about update notifications from a LinkSource
  • Method Details

    • getSource

      LinkSource getSource()
      Returns:
      The LinkSource that issued this event.
    • filterIncluded

      boolean filterIncluded​(String column)
      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

      Object getValue​(String column)
      Parameters:
      column - The column to retrieve the value of.
      Returns:
      The value of the specified column for this event.