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