javax.wbem.client
Interface CIMListener

All Superinterfaces:
java.util.EventListener

public interface CIMListener
extends java.util.EventListener

This interface is implemented by client code which wants to receive indications generated by a CIM object manager. Indications are generated as a result of client subscriptions.

Since:
WBEM 1.0

Method Summary
 void indicationOccured(CIMEvent e)
          Called when an event occurs
 

Method Detail

indicationOccured

public void indicationOccured(CIMEvent e)
Called when an event occurs

Parameters:
e - the event that occured


Java™ WBEM (JSR48) 1.0.0 API