|
MySnmpCrawler API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--snmp.session.SnmpSessionEvent
The SnmpSessionEvent is an event object for notifing the listeners that a new session has been created.
| Field Summary | |
private SnmpSession |
session
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
SnmpSessionEvent(java.lang.Object source)
Constructs the SnmpSessionEvent object with the newly created SnmpSession. |
|
| Method Summary | |
SnmpSession |
getSnmpSession()
Gets the encapsulated SnmpSession. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private SnmpSession session
| Constructor Detail |
public SnmpSessionEvent(java.lang.Object source)
source - The newly created SnmpSession| Method Detail |
public SnmpSession getSnmpSession()
|
MySnmpCrawler API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||