| Constructor and Description |
|---|
TogglzSwitchable(FeatureManager featureManager,
Feature feature,
T active,
T inactive) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkTogglzState()
Updates the internal delegate selection against the
Feature state. |
static void |
update(Object o)
Manually update the internal delegation of a
TogglzSwitchable against its
Feature state. |
protected T delegate
public TogglzSwitchable(FeatureManager featureManager, Feature feature, T active, T inactive)
protected final void checkTogglzState()
Feature state.public static void update(Object o)
TogglzSwitchable against its
Feature state. This is intended for use with passive switching.o - The object to update. If null or not a TogglzSwitchable, no action is taken.Copyright © 2021. All rights reserved.