Class CDOViewEventProducer

  • All Implemented Interfaces:
    java.util.EventListener, org.eclipse.net4j.util.event.IListener

    public class CDOViewEventProducer
    extends org.eclipse.net4j.util.container.SelfAttachingContainerListener.Delegating
    Produces events for calls to various view object handler and transaction handler methods and delivers these events to a delegate listener.
    Since:
    4.5
    Author:
    Eike Stepper
    • Constructor Detail

      • CDOViewEventProducer

        public CDOViewEventProducer​(org.eclipse.net4j.util.event.IListener delegate,
                                    boolean delegateContainerEvents)
      • CDOViewEventProducer

        public CDOViewEventProducer​(org.eclipse.net4j.util.event.IListener delegate)
    • Method Detail

      • attach

        public void attach​(java.lang.Object element)
        Overrides:
        attach in class org.eclipse.net4j.util.container.SelfAttachingContainerListener
      • detach

        public void detach​(java.lang.Object element)
        Overrides:
        detach in class org.eclipse.net4j.util.container.SelfAttachingContainerListener
      • produceObjectStateChangedEvents

        protected boolean produceObjectStateChangedEvents()
      • produceObjectModificationEvents

        protected boolean produceObjectModificationEvents()
      • produceTransactionDemarcationEvents

        protected boolean produceTransactionDemarcationEvents()