Interface CimListener

All Known Implementing Classes:
CimClient

public interface CimListener
Interface defining a CIM Listener. Cim Listeners can be registered with CimEventGenerators, and are notified when the corresponding event is generated
Author:
Sharad Singhal
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the URL for this listener.
    void
    Notify this listener of a given event at some event generator
  • Method Details

    • notify

      void notify(CimEvent event)
      Notify this listener of a given event at some event generator
      Parameters:
      event - - event generated by the corresponding event generator
    • getURL

      URL getURL()
      Get the URL for this listener.
      Returns:
      - URL where this listener can be reached. Null if the listener is not network listener