Interface IContainerListenerOwner

  • All Known Implementing Classes:
    EditedPropController

    public interface IContainerListenerOwner
    Interface used to listen to events in edited property containers to reflect changes of a property by atom name in this container when value is changed, property added or changed, and the error state changed.
    Author:
    Christopher Mindus
    • Method Detail

      • onContainerUpdated

        void onContainerUpdated​(boolean checkReadOnly)
        Called when a change in the container that requires attention occurred. This method is called from the SWT thread.
      • hasEventProcessing

        boolean hasEventProcessing()
        Checks if there is an event already being processed.