Interface ResultsTabEventHandler
@API(type=EXTENDABLE,
src=PUBLIC)
public interface ResultsTabEventHandler
Handles the event triggered inside a results tab.
- Since:
- 19.0
-
Method Summary
-
Method Details
-
handle
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.
-