de.lessvoid.nifty.controls.checkbox
Interface CheckBoxView

All Known Implementing Classes:
CheckboxControl, CheckBoxViewNull

public interface CheckBoxView

The representation of a CheckBoxView from the world of a CheckBox.

Author:
void

Method Summary
 void publish(CheckBoxStateChangedEvent event)
          Publish this event.
 void update(boolean checked)
          Update the View with the new state.
 

Method Detail

update

void update(boolean checked)
Update the View with the new state.

Parameters:
checked - new state of the checkbox

publish

void publish(CheckBoxStateChangedEvent event)
Publish this event.

Parameters:
event - the event to publish


Copyright © 2011. All Rights Reserved.