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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasEventProcessing()
Checks if there is an event already being processed.void
onContainerUpdated(boolean checkReadOnly)
Called when a change in the container that requires attention occurred.