Class EventCounterListener

    • Constructor Detail

      • EventCounterListener

        public EventCounterListener()
        Deprecated.
    • Method Detail

      • handleEvent

        public void handleEvent​(EventBundle events)
        Deprecated.
        Description copied from interface: PostCommitEventListener
        Handles the set of events that were raised during the life of an user operation.

        The events are fired as a BundleEvent after the transaction is committed.

        Specified by:
        handleEvent in interface PostCommitEventListener
        Parameters:
        events - the events to handle
      • updateCounters

        protected void updateCounters​(List<String> eventNames)
        Deprecated.