Interface IControl
-
- All Known Implementing Classes:
AggregatingModelLoadingListener,ButtonUiControl
public interface IControlDefines the interface of a control to be used with the simple model processing listener.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetEnabled(IAggregatableListener key, boolean enabled)Notifies Sets the display status to disabled or enabled.
-
-
-
Method Detail
-
setEnabled
void setEnabled(IAggregatableListener key, boolean enabled)
Notifies Sets the display status to disabled or enabled.- Parameters:
key- optional information that uniquely identifies the caller in order to aggregate the overall status (may be null)enabled- the next display status
-
-