org.tranche.network
Interface StatusTableListener

All Known Implementing Classes:
ConnectionUtilStatusTableListener, StatusTableAdapter

public interface StatusTableListener

Listener for the status table modifications.

Author:
James "Augie" Hill - augman85@gmail.com

Method Summary
 void rowsAdded(StatusTableEvent event)
          Event fired when a row is added to the status table.
 void rowsRemoved(StatusTableEvent event)
          Event fired when a row is removed from the status table.
 void rowsUpdated(StatusTableEvent event)
          Event fired when a row in the status table is updated.
 

Method Detail

rowsAdded

void rowsAdded(StatusTableEvent event)

Event fired when a row is added to the status table.

Parameters:
event - Holds the information describing the event.

rowsUpdated

void rowsUpdated(StatusTableEvent event)

Event fired when a row in the status table is updated.

Parameters:
event - Holds the information describing the event.

rowsRemoved

void rowsRemoved(StatusTableEvent event)

Event fired when a row is removed from the status table.

Parameters:
event - Holds the information describing the event.


This code is free for use both commercially and non-commercially as stated in the project's license