All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sgi.sysadm.ui.event.TableSortRequestListener

public interface TableSortRequestListener
extends EventListener
TableSortRequestListener is an interface for clients that want to know when a user has requested that a table be sorted. Tables such as ComponentTable can determine that the user has requested that the Table be sorted by clicking on a column, but do not know how to sort the data. Such tables rely on a TableSortRequestListener to handle the details of sorting the data that the Table is representing.


Method Index

 o tableSortRequested(TableSortRequestEvent)
A request to sort a table.

Methods

 o tableSortRequested
 public abstract void tableSortRequested(TableSortRequestEvent event)
A request to sort a table.

Parameters:
event - The TableSortRequestEvent that specifies how to sort the table.

All Packages  Class Hierarchy  This Package  Previous  Next  Index