au.edu.swin.synergy.plugin.userdb.event
Class BGroupUpdatedCE
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.BUpdateNotificationCE
|
+--au.edu.swin.synergy.plugin.userdb.event.BGroupUpdatedCE
- public class BGroupUpdatedCE
- extends BUpdateNotificationCE
When a group is updated in a manner that
other plugins may be interested, this event is fired.
Plugins may be interested in situations where the name
changes, so they can update the interface. Other situations
may be when a user is added or a simple change occurs which
results in others changing. For example, if you add a user
to a group, both the user and group are updated to reflect
this.
Similarly, when a group privilege is changed, the clients
may wish to update immediately so as to reflect the change.
- Author:
- Tristan Austin
- See Also:
- Serialized Form
Constructor Summary |
BGroupUpdatedCE(Object source,
BGroup updatedGroup,
int updateType)
Creates a new update notification event with
the source specified. |
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 |
BGroupUpdatedCE
public BGroupUpdatedCE(Object source,
BGroup updatedGroup,
int updateType)
- Creates a new update notification event with
the source specified.
- Parameters:
source
- The source of the event
getUpdatedGroup
public BGroup getUpdatedGroup()
- Gets the user that was updated.
- Returns:
- The user updated