public interface MOServerLookupListener extends EventListener
MOServer
instance has to implement the
MOServerLookupListener
interface.Modifier and Type | Method and Description |
---|---|
void |
lookupEvent(MOServerLookupEvent event)
A
MOServer instance has looked up a managed object for which the
listener has been registered. |
void |
queryEvent(MOServerLookupEvent event)
A
MOServer instance is about to check if the managed object for
which the listener had been registered matches a query. |
void lookupEvent(MOServerLookupEvent event)
MOServer
instance has looked up a managed object for which the
listener has been registered.event
- a MOServerLookupEvent
describing the lookup query and the
managed object that has been looked up.void queryEvent(MOServerLookupEvent event)
MOServer
instance is about to check if the managed object for
which the listener had been registered matches a query. A managed object
with dynamic content like a non-static table might use this event to
update its content.event
- a MOServerLookupEvent
describing the lookup query and the
managed object that is to be queried.Copyright © 2020 SNMP4J.org. All rights reserved.