- java.lang.Object
-
- io.github.mmm.ui.api.event.UiEvent
-
- io.github.mmm.ui.api.event.UiEnablingEvent
-
- All Implemented Interfaces:
AttributeReadProgrammatic
- Direct Known Subclasses:
UiDisableEvent
,UiEnableEvent
public abstract class UiEnablingEvent extends UiEvent
UiEvent
for a change of the enabled status.- Since:
- 1.0.0
- See Also:
UiWidget.setEnabled(boolean)
-
-
Constructor Summary
Constructors Constructor Description UiEnablingEvent(UiWidget source, boolean programmatic)
The constructor.
-
-
-
Constructor Detail
-
UiEnablingEvent
public UiEnablingEvent(UiWidget source, boolean programmatic)
The constructor.- Parameters:
source
- thesource widget
.programmatic
- theprogrammatic flag
.
-
-