public interface CheckBoxView
Modifier and Type | Method and Description |
---|---|
void |
publish(CheckBoxStateChangedEvent event)
Publish this event.
|
void |
update(boolean checked)
Update the View with the new state.
|
void update(boolean checked)
checked
- new state of the checkboxvoid publish(CheckBoxStateChangedEvent event)
event
- the event to publishCopyright © 2013. All Rights Reserved.