AdventNet Web NMS 4 API Specification

com.adventnet.nms.server
Interface NmsTableModelListener

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
NmsTableModelAdapter

public interface NmsTableModelListener
extends java.rmi.Remote


Method Summary
 void tableChanged(com.adventnet.nms.server.NmsTableModelEvent e)
          This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
 

Method Detail

tableChanged

public void tableChanged(com.adventnet.nms.server.NmsTableModelEvent e)
                  throws java.rmi.RemoteException
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.

AdventNet Web NMS 4 API Specification