com.arsdigita.bebop.event
Class TableActionAdapter
java.lang.Object
com.arsdigita.bebop.event.TableActionAdapter
- All Implemented Interfaces:
- EventListener, TableActionListener
- Direct Known Subclasses:
- ModalPanel.TableNavigationListener
- public class TableActionAdapter
- extends Object
- implements TableActionListener
An implentation of the TableActionListener interface meant to save the
developer from having to override both the cellSelected(TableActionEvent)
and headSelected(TableActionEvent)
methods when they only need to change the behavior of one.
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/bebop/event/TableActionAdapter.java#9 $
- Author:
- David Lutterkort
- See Also:
TableActionEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
TableActionAdapter
public TableActionAdapter()
cellSelected
public void cellSelected(TableActionEvent e)
- A no-op implementation of
TableActionListener.cellSelected(TableActionEvent)
.
- Specified by:
cellSelected
in interface TableActionListener
- Parameters:
e
- the event fired for the table.
headSelected
public void headSelected(TableActionEvent e)
- A no-op implementation of
TableActionListener.headSelected(TableActionEvent)
.
- Specified by:
headSelected
in interface TableActionListener
- Parameters:
e
- the event fired for the table.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC