Interface CIMListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
IndicationSubscriptionListenerSample
public interface CIMListener extends java.util.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
indicationOccured(CIMEvent pEvent)
-
-
-
Method Detail
-
indicationOccured
void indicationOccured(CIMEvent pEvent)
-
-