au.edu.swin.synergy.plugin.userdb.event
Class BAddGroupCE
java.lang.Object
|
+--java.util.EventObject
|
+--au.edu.swin.synergy.kernel.BCommandEvent
|
+--au.edu.swin.synergy.plugin.userdb.event.BUserDBCE
|
+--au.edu.swin.synergy.plugin.userdb.event.BAdminCE
|
+--au.edu.swin.synergy.plugin.userdb.event.BUpdatePrivilegedCE
|
+--au.edu.swin.synergy.plugin.userdb.event.BUpdateGroupCE
|
+--au.edu.swin.synergy.plugin.userdb.event.BAddGroupCE
- public class BAddGroupCE
- extends BUpdateGroupCE
Allows the caller to pass in a new BGroup object
to be added to the groups database.
- Author:
- Tristan Austin
Please complete these missing tags
- Copyright Belongs To:
-
- See Also:
- Serialized Form
Field Summary |
static int |
kNonUniqueGroupName
The gruop name entered is not a unique name in the database |
Methods inherited from class au.edu.swin.synergy.kernel.BCommandEvent |
decrementThreadCount,
doComplete,
doInit,
getAutoComplete,
getCompletionObject,
getCompletionStatus,
getConnectionID,
getIndex,
getNetworkStatus,
getPipe,
getUndoable,
setAutoComplete,
setCompletionObject,
setCompletionStatus,
setConnectionID,
setIndex,
setNetworkStatus,
setPipe,
setThreadCount,
setUndoable |
kNonUniqueGroupName
public static final int kNonUniqueGroupName
- The gruop name entered is not a unique name in the database
BAddGroupCE
public BAddGroupCE(Object source,
BGroup newGroup,
BCommandComplete complete)
- Creates a new add group event.
- Parameters:
source
- The item creating the eventnewGroup
- The group to addcomplete
- The command complete object to call when it's done
Please complete the missing tags for BAddGroupCE