public static class AvatarsAccessChooser.AccessChoice
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
existing
In the case of local definitions, the choice is for existing ones,
not new ones.
|
boolean |
local
The choice is for local definitions, not remote ones.
|
Constructor and Description |
---|
AccessChoice()
Constructs a new access choice record, with the default settings,
that is, remote avatar definitions.
|
AccessChoice(boolean local,
boolean existing)
Constructs a new access choice reccord, initialised with the
given values.
|
Modifier and Type | Method and Description |
---|---|
void |
set(boolean local,
boolean existing)
Sets the choice flags to the given values.
|
public boolean local
public boolean existing