Interface ResultsTabEventHandler


@API(type=EXTENDABLE, src=PUBLIC) public interface ResultsTabEventHandler
Handles the event triggered inside a results tab.
Since:
19.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Handle the given event.
  • Method Details

    • handle

      boolean handle(ResultsTabEvent event)
      Handle the given event.
      Parameters:
      event - The event to handle.
      Returns:
      true if the event was handled by this handler. In this case, the oXygen's default behaviour will not be performed.