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