Package com.adbs.ast

Class UpdatablePersistent

    • Field Detail

      • updatedEventListenerList

        protected java.util.ArrayList<UpdatedEventListener> updatedEventListenerList
    • Method Detail

      • isUpdating

        public boolean isUpdating()
      • assign

        public void assign​(java.lang.Object source)
      • doUpdated

        protected void doUpdated()
      • notifyUpdated

        protected void notifyUpdated()
      • beginUpdate

        public void beginUpdate()
      • endUpdate

        public void endUpdate()
      • removeUpdatedEventListener

        public void removeUpdatedEventListener​(UpdatedEventListener listener)
      • fireUpdatedEvent

        protected void fireUpdatedEvent​(UpdatedEvent evt)