Interface ResultsTabEventHandler
-
@API(type=EXTENDABLE, src=PUBLIC) public interface ResultsTabEventHandler
Handles the event triggered inside a results tab.- Since:
- 19.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
handle(ResultsTabEvent event)
Handle the given event.
-
-
-
Method Detail
-
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.
-
-