public interface

SourcesTableEvents

com.google.gwt.user.client.ui.SourcesTableEvents
Known Indirect Subclasses

This interface is deprecated.
use HasClickHandlers instead. Event sources should implement methods similar to getCellForEvent(com.google.gwt.event.dom.client.ClickEvent)

Class Overview

A widget that implements this interface sources the events defined by the TableListener interface.

Summary

Public Methods
abstract void addTableListener(TableListener listener)
This method is deprecated. See the interface doc instead
abstract void removeTableListener(TableListener listener)
This method is deprecated. Use the removeHandler() method on the object returned by an add*Handler method instead

Public Methods

public abstract void addTableListener (TableListener listener)

This method is deprecated.
See the interface doc instead

Adds a listener interface to receive click events.

Parameters
listener the listener interface to add

public abstract void removeTableListener (TableListener listener)

This method is deprecated.
Use the removeHandler() method on the object returned by an add*Handler method instead

Removes a previously added listener interface.

Parameters
listener the listener interface to remove