tecgraf.javautils.gui.table
Interface SortableTableListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
FooterComparatorWrapper, SortableTable

public interface SortableTableListener
extends EventListener

Interface para um objeto que escuta mudanças em uma SortableTable.

Author:
Leonardo Barros

Method Summary
 void tableSorted(Object source)
          Notifica o ouvinte que a tabela foi (re)ordenada.
 

Method Detail

tableSorted

void tableSorted(Object source)
Notifica o ouvinte que a tabela foi (re)ordenada.

Parameters:
source - objeto que originou o evento.


Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.