|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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 ResultListenerpublic void setStringResult(java.lang.String s)
setStringResult in interface ResultListenerpublic void setNumericResult(long i)
setNumericResult in interface ResultListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||