java.lang.Object
org.snmp4j.tools.console.SnmpCommand.CVSTableListener
- All Implemented Interfaces:
EventListener,TableListener
- Enclosing class:
SnmpCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinished(TableEvent event) Indicates in a series of table events that no more events will follow.booleanIndicates whether the tree walk is complete or not.booleannext(TableEvent event) Consumes the next table event, which is typically the next row in a table retrieval operation.
-
Field Details
-
requestTime
private long requestTime -
finished
private boolean finished
-
-
Constructor Details
-
CVSTableListener
public CVSTableListener(long time)
-
-
Method Details
-
next
Description copied from interface:TableListenerConsumes the next table event, which is typically the next row in a table retrieval operation.- Specified by:
nextin interfaceTableListener- Parameters:
event- aTableEventinstance.- Returns:
trueif this listener wants to receive more events, otherwise returnfalse. For example, aTableListenercan returnfalseto stop table retrieval.
-
finished
Description copied from interface:TableListenerIndicates in a series of table events that no more events will follow.- Specified by:
finishedin interfaceTableListener- Parameters:
event- aTableEventinstance that will either indicate an error (RetrievalEvent.isError()returnstrue) or success of the table operation.
-
isFinished
public boolean isFinished()Description copied from interface:TableListenerIndicates whether the tree walk is complete or not.- Specified by:
isFinishedin interfaceTableListener- Returns:
trueif it is complete,falseotherwise.
-