|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.adventnet.snmp.beans.ResultAdapter
This class is a convenient class which smoothens implementing ResultListeners. It implements empty methods of the ResultListener so you don't have to if you extend this class.
ResultEvent
Constructor Summary | |
ResultAdapter()
|
Method Summary | |
void |
setNumericResult(long i)
An empty implementation of the corresponding ResultListener method |
void |
setResult(ResultEvent e)
An empty implementation of the corresponding ResultListener method |
void |
setStringResult(java.lang.String s)
An empty implementation of the corresponding ResultListener method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResultAdapter()
Method Detail |
public void setResult(ResultEvent e)
setResult
in interface ResultListener
public void setStringResult(java.lang.String s)
setStringResult
in interface ResultListener
public void setNumericResult(long i)
setNumericResult
in interface ResultListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |