private static class MailboxImpl.LookupGroupsChangedLogObj extends Object implements MailboxImpl.LogRecord
Modifier and Type | Field and Description |
---|---|
private String[] |
groups
The new groups to join.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
LookupGroupsChangedLogObj(String[] groups)
Simple constructor
|
Modifier and Type | Method and Description |
---|---|
void |
apply(MailboxImpl mb)
Sets the value of
lookupGroups to the provided
set. |
private static final long serialVersionUID
private String[] groups
public LookupGroupsChangedLogObj(String[] groups)
public void apply(MailboxImpl mb)
lookupGroups
to the provided
set.apply
in interface MailboxImpl.LogRecord
Copyright 2007-2016, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.