Interface CommunityProfileEventListener
-
public interface CommunityProfileEventListenerCommunityProfileEventListener is the interface that a client implements to register to receive the events from the Community Profile OMAS's out topic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessEvent(CommunityProfileOutboundEvent event)Process an event that was published by the Community Profile OMAS.
-
-
-
Method Detail
-
processEvent
void processEvent(CommunityProfileOutboundEvent event)
Process an event that was published by the Community Profile OMAS.- Parameters:
event- event object - call getEventType to find out what type of event.
-
-