Uses of Class
org.sblim.wbem.client.indications.CIMEvent
-
Packages that use CIMEvent Package Description org.sblim.wbem.cimclient.sample org.sblim.wbem.client.indications Public API for creation of indication listeners. -
-
Uses of CIMEvent in org.sblim.wbem.cimclient.sample
Methods in org.sblim.wbem.cimclient.sample with parameters of type CIMEvent Modifier and Type Method Description void
IndicationSubscriptionListenerSample. indicationOccured(CIMEvent e)
-
Uses of CIMEvent in org.sblim.wbem.client.indications
Methods in org.sblim.wbem.client.indications with parameters of type CIMEvent Modifier and Type Method Description void
CIMEventDispatcher. dispatchEvent(CIMEvent pEvent)
Propagates the CIMEvent to the event consumers.void
CIMListener. indicationOccured(CIMEvent pEvent)
-