Interface CollectionEventListener
-
public interface CollectionEventListenerA listener which is able to listen to any changes in a in aNitriteCollectionorObjectRepository.- Since:
- 4.0
- Author:
- Anindya Chatterjee.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(CollectionEventInfo<?> eventInfo)A subscriber to listen to collection events.
-
-
-
Method Detail
-
onEvent
void onEvent(CollectionEventInfo<?> eventInfo)
A subscriber to listen to collection events.- Parameters:
eventInfo- the event information
-
-