ewe.util
Interface Booleanable

All Known Implementing Classes:
mCheckBox

public interface Booleanable

This interface represents an Object that can have a boolean value set/retrieved.


Method Summary
 boolean getState()
           
 void setState(boolean value)
           
 

Method Detail

setState

public void setState(boolean value)

getState

public boolean getState()