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