Package com.tailf.ncs.snmp.snmp4j
Interface EventContext
- All Known Implementing Classes:
 EventContextImpl
public interface EventContext
This interface describes the context for the notification event
- 
Method Summary
Modifier and TypeMethodDescriptionGet the device name for the current notification 
- 
Method Details
- 
getDeviceName
String getDeviceName()Get the device name for the current notification- Returns:
 - String deviceName
 
 
 -