Class StewardshipActionEventListener
java.lang.Object
org.odpi.openmetadata.accessservices.stewardshipaction.api.StewardshipActionEventListener
StewardshipActionEventListener is the interface that a client implements to
register to receive the events from the Stewardship Action OMAS.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
Process an event that was published by the Stewardship Action OMAS.
-
Constructor Details
-
StewardshipActionEventListener
public StewardshipActionEventListener()
-
-
Method Details
-
processEvent
Process an event that was published by the Stewardship Action OMAS.- Parameters:
event
- event object - call getEventType to find out what type of event.
-