Package com.iizigo.prop
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 SummaryModifier and TypeMethodDescription- booleanChecks 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- onContainerUpdatedvoid onContainerUpdated- (boolean checkReadOnly) Called when a change in the container that requires attention occurred. This method is called from the SWT thread.
- hasEventProcessingboolean hasEventProcessing()Checks if there is an event already being processed.