org.sblim.wbem.client.indications

Interface CIMListener

All Superinterfaces:
EventListener
Known Implementing Classes:
IndicationSubscriptionListenerSample

public interface CIMListener
extends EventListener

Defines the interface to be implemented by CIM Event consumers. It's important to note that implementors of this interface also overrides the hashCode() method to provides an exclusive ID (if that is the case) to diferentiate themself from other CIMListeners.

Method Summary

void
indicationOccured(CIMEvent pEvent)

Method Details

indicationOccured

public void indicationOccured(CIMEvent pEvent)

Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.