Class AssetConsumerEventListener
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetconsumer.api.AssetConsumerEventListener
-
public abstract class AssetConsumerEventListener extends Object
AssetConsumerEventListener is the interface that a client implements to register to receive the events from the Asset Consumer OMAS.
-
-
Constructor Summary
Constructors Constructor Description AssetConsumerEventListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidprocessEvent(AssetConsumerEvent event)Process an event that was published by the Asset Consumer OMAS.
-
-
-
Method Detail
-
processEvent
public abstract void processEvent(AssetConsumerEvent event)
Process an event that was published by the Asset Consumer OMAS.- Parameters:
event- event object - call getEventType to find out what type of event.
-
-