Interface CollectionEventListener


  • public interface CollectionEventListener
    A listener which is able to listen to any changes in a in a NitriteCollection or ObjectRepository.
    Since:
    4.0
    Author:
    Anindya Chatterjee.
    • Method Detail

      • onEvent

        void onEvent​(CollectionEventInfo<?> eventInfo)
        A subscriber to listen to collection events.
        Parameters:
        eventInfo - the event information