com.adventnet.utilities.common
Interface UpdateListener

All Superinterfaces:
AgentEventListener
All Known Implementing Classes:
AclTableFileToVector, DynamicFileToVector, DynamicWithCommunityFileToVector, DynamicWithCommunityXMLToVector, DynamicWithInstanceFileToVector, DynamicWithInstanceXMLToVector, DynamicXMLToVector, FileToVector, SnmpCommunityTableXMLToVector, SnmpNotifyFilterProfileTableXMLToVector, SnmpNotifyFilterTableXMLToVector, SnmpNotifyTableXMLToVector, SnmpTargetAddrExtTableXMLToVector, SnmpTargetAddrTableXMLToVector, SnmpTargetParamsTableXMLToVector, SysORTableFileToVector, SysORTableXMLToVector, TrapTableXMLToVector, UsmUserTableXMLToVector, V3FileToVector, V3XMLToVector, VaclTableXMLToVector, VacmAccessTableXMLToVector, VacmContextTableXMLToVector, VacmSecurityToGroupTableXMLToVector, VacmViewTreeFamilyTableXMLToVector, XMLToVector

public interface UpdateListener
extends AgentEventListener

This is the interface class implemented file handling classes. This will be especially useful in writing the entry values of the table in a file.


Method Summary
 void writeIntoFile()
          This will be especially useful in writing the entry values of the table in a file.
 

Method Detail

writeIntoFile

void writeIntoFile()
This will be especially useful in writing the entry values of the table in a file.