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 Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    Checks if there is an event already being processed.
    void
    onContainerUpdated(boolean checkReadOnly)
    Called when a change in the container that requires attention occurred.
  • Method Details Link icon

    • onContainerUpdated Link icon

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

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