com.ibm.portal.state.accessors.generic
Interface BooleanAccessorController
- All Superinterfaces:
- Accessor, BooleanAccessor, Disposable
- All Known Subinterfaces:
- ShowToolsAccessorController
-
public interface BooleanAccessorController
- extends BooleanAccessor
Interface providing read-write access to state information
which is represented by a boolean flag. Provides a method
to set the flag.
- Since:
- 5.1
Method Summary
|
void |
setActive(boolean aFlag)
Inverts the flag if necessary. |
setActive
void setActive(boolean aFlag)
- Inverts the flag if necessary.
- Parameters:
- aFlag - The new boolean value of the flag.