com.arsdigita.bebop.event
Interface TableActionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ProcessDisplay, TableActionAdapter

public interface TableActionListener
extends EventListener

Specifies the interface for handling events on Table. Programmers wishing to override just one of these methods, not both, may prefer to use TableActionAdapter.

Version:
$Id: //core-platform/dev/src/com/arsdigita/bebop/event/TableActionListener.java#8 $
Author:
David Lutterkort
See Also:
TableActionEvent, TableActionAdapter

Field Summary
static String versionId
           
 
Method Summary
 void cellSelected(TableActionEvent e)
          An event handler for actions on a particular cell or a set of cells.
 void headSelected(TableActionEvent e)
          An event handler for actions on a particular column heading or set of column headings.
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

cellSelected

public void cellSelected(TableActionEvent e)
An event handler for actions on a particular cell or a set of cells.

Parameters:
e - the event fired for the table.

headSelected

public void headSelected(TableActionEvent e)
An event handler for actions on a particular column heading or set of column headings.

Parameters:
e - the event fired for the table.


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC