public final class GroupEvent
extends java.util.EventObject
Modifier and Type | Method and Description |
---|---|
Group |
getGroup()
Gets the Group that has been added, changed or deleted, in its new state.
|
java.lang.String |
toString()
Gets a short description of this GroupEvent.
|
public Group getGroup()
Returns a Group object that is not a member of the Server's Group collection (that is, it is not among the Group objects returned by Server.getGroups()). There may be a Group in the collection with the same ID, but it would be a physically different object that is likely to have different properties.
If an application wants to refresh the Group objects in the Server's Group collection, it must explicitly call Server.refreshGroups().
Group
,
Server.getGroups()
,
Server.refreshGroups()
public java.lang.String toString()
toString
in class java.util.EventObject
StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.