com.adventnet.snmp.snmp2.agent
Interface RegistrationListener
- All Known Implementing Classes:
- PduRequestHandler
- public interface RegistrationListener
- extends AgentEventListener
This interface class is implemented by dispatcher which waits for
RegistrationEvents.
For example,
PduRequestHandler implements this interface so that
VarBindEquestListeners can register with the PduRequestHandler
by forming the RegistrationEvent specifying its interested Oid
and the subidlist in it.
registrationPerformed
public void registrationPerformed(RegistrationEvent ev)
- This interface function is implemented by the dispatcher which waits for
Registration Events.
- Parameters:
ev - The RegistrationEvent.- See Also:
RegistrationEvent