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