com.extjs.gxt.ui.client.event
Class SelectionListener<E extends ComponentEvent>

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.SelectionListener<E>
All Implemented Interfaces:
Listener<E>, java.util.EventListener

public abstract class SelectionListener<E extends ComponentEvent>
extends java.lang.Object
implements Listener<E>

Listener for components that can be "selected". Selection is a GXT application event which should not be confused with the browser click event.


Constructor Summary
SelectionListener()
           
 
Method Summary
abstract  void componentSelected(E ce)
          Fires after a component is selected.
 void handleEvent(E e)
          Sent when an event that the listener has registered for occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionListener

public SelectionListener()
Method Detail

handleEvent

public void handleEvent(E e)
Description copied from interface: Listener
Sent when an event that the listener has registered for occurs.

Specified by:
handleEvent in interface Listener<E extends ComponentEvent>
Parameters:
e - the event which occurred

componentSelected

public abstract void componentSelected(E ce)
Fires after a component is selected.

Parameters:
ce - the component event