|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MOServerLookupListener
An object that is interested in callback notifications of lookup events
on a MOServer instance has to implement the
MOServerLookupListener interface.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||