Class CommonNotificationSupport

    • Constructor Detail

      • CommonNotificationSupport

        public CommonNotificationSupport()
    • Method Detail

      • addNotificationListener

        public void addNotificationListener​(EventType type,
                                            INotificationListener listener)
        Description copied from interface: INotificationSupport
        Add listener to the collection of objects to be informed when the receiver triggers an event of type name.
        Specified by:
        addNotificationListener in interface INotificationSupport
        Parameters:
        type - The event type we are interested in.
        listener - The object to be informed about an event occurrence
      • markDirty

        protected void markDirty​(java.lang.Object attribute,
                                 java.lang.Object oldValue,
                                 java.lang.Object newValue)
      • triggerChanged

        protected void triggerChanged​(java.lang.Object attribute,
                                      java.lang.Object oldValue,
                                      java.lang.Object newValue)
      • triggerChangedBasic

        protected void triggerChangedBasic​(java.lang.Object attribute,
                                           java.lang.Object oldValue,
                                           java.lang.Object newValue)
      • triggerEvent

        protected void triggerEvent​(Event event)