Class to hold a boolean value passed by reference. More...
Public Member Functions | |
BooleanHolder () | |
Initializes a new instance of the fm.liveswitch.BooleanHolder class. More... | |
BooleanHolder (boolean value) | |
Initializes a new instance of the fm.liveswitch.BooleanHolder class. More... | |
boolean | getValue () |
Gets the value. More... | |
void | setValue (boolean value) |
Sets the value. More... | |
Class to hold a boolean value passed by reference.
fm.liveswitch.BooleanHolder.BooleanHolder | ( | ) |
Initializes a new instance of the fm.liveswitch.BooleanHolder class.
fm.liveswitch.BooleanHolder.BooleanHolder | ( | boolean | value | ) |
Initializes a new instance of the fm.liveswitch.BooleanHolder class.
value | The value. |
boolean fm.liveswitch.BooleanHolder.getValue | ( | ) |
Gets the value.
void fm.liveswitch.BooleanHolder.setValue | ( | boolean | value | ) |
Sets the value.