Package org.sblim.cimclient.discovery
Interface AdvertisementCatalog.EventListener
-
- Enclosing class:
- AdvertisementCatalog
public static interface AdvertisementCatalog.EventListenerInterface EventListener specifies listener that are called when an advertisement is added to or removed from the catalog, expires or is renewed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadvertisementEvent(int pEvent, WBEMServiceAdvertisement pAdvertisment)Called when an advertisement is added to the catalog that has not been a member of the catalog before.
-
-
-
Method Detail
-
advertisementEvent
void advertisementEvent(int pEvent, WBEMServiceAdvertisement pAdvertisment)Called when an advertisement is added to the catalog that has not been a member of the catalog before.- Parameters:
pEvent- The type of the event. One of the constantsEVENT_ADD, EVENT_REMOVE, EVENT_EXPIRE, EVENT_RENEWinAdvertisementCatalog.pAdvertisment- The added advertisement
-
-