com.adventnet.snmp.beans
Interface SnmpTableListener
- All Superinterfaces:
- java.util.EventListener
- public interface SnmpTableListener
- extends java.util.EventListener
SnmpTableListener defines the interface for an object that listens
for changes in SnmpTable objects.
This has been designed to be compatible with JFC interfaces,
although this package can be used without JFC.
- See Also:
SnmpTable
,
SnmpTableEvent
Method Summary |
void |
tableChanged(SnmpTableEvent e)
The method is invoked on the listener when the table data changes
and SnmpTableEvent is generated. |
tableChanged
public void tableChanged(SnmpTableEvent e)
- The method is invoked on the listener when the table data changes
and SnmpTableEvent is generated.
- See Also:
SnmpTableEvent
Copyright (c)AdventNet Inc., 1996-2004