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.
 
Methods inherited from interface com.ibm.portal.state.accessors.generic.BooleanAccessor
isActive
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

setActive

void setActive(boolean aFlag)
Inverts the flag if necessary.

Parameters:
aFlag - The new boolean value of the flag.