public interface

HasHighlightHandlers

implements HasHandlers
com.google.gwt.event.logical.shared.HasHighlightHandlers<V>
Known Indirect Subclasses

Class Overview

A widget that implements this interface is a public source of HighlightEvent events.

Summary

Public Methods
abstract HandlerRegistration addHighlightHandler(HighlightHandler<V> handler)
Adds a HighlightEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addHighlightHandler (HighlightHandler<V> handler)

Adds a HighlightEvent handler.

Parameters
handler the handler
Returns
  • the registration for the event