org.tranche.network
Class StatusTableAdapter

java.lang.Object
  extended by org.tranche.network.StatusTableAdapter
All Implemented Interfaces:
StatusTableListener

public class StatusTableAdapter
extends java.lang.Object
implements StatusTableListener

Blank implementation of a listener for the status table modifications.

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

Constructor Summary
StatusTableAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusTableAdapter

public StatusTableAdapter()
Method Detail

rowsAdded

public void rowsAdded(StatusTableEvent event)

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

Blank implementation.

Specified by:
rowsAdded in interface StatusTableListener
Parameters:
event - Holds the information describing the event.

rowsUpdated

public void rowsUpdated(StatusTableEvent event)

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

Blank implementation.

Specified by:
rowsUpdated in interface StatusTableListener
Parameters:
event - Holds the information describing the event.

rowsRemoved

public void rowsRemoved(StatusTableEvent event)

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

Blank implementation.

Specified by:
rowsRemoved in interface StatusTableListener
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