au.edu.swin.synergy.plugin.userdb.event
Class BRemoveGroupCE
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.BRemoveGroupCE
- public class BRemoveGroupCE
- extends BUpdateGroupCE
This provides the same services as the BRemoveGroupCE however
it removes the group from the database.
- Author:
- Tristan Austin
Please complete these missing tags
- Copyright Belongs To:
-
- See Also:
- Serialized Form
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 |
BRemoveGroupCE
public BRemoveGroupCE(Object source,
BGroup newGroup,
BCommandComplete complete)
- Creates a new BRemoveGroupCE object with the group to remove
- Parameters:
source
- The source of the eventnewGroup
- The Group to removecomplete
- The complete object to call when done
Please complete the missing tags for BRemoveGroupCE