Package net.aifusion.metamodel
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
-
Method Details
-
notify
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
-