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 Details

    • SecurityOfficerEventListener

      public SecurityOfficerEventListener()
  • Method Details

    • 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.