|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.starteam.events.GroupEvent
public final class GroupEvent
An event triggered whenever a Group is added, changed or deleted on the server.
GroupListener,
Server.addGroupListener(com.starteam.events.GroupListener),
Serialized Form| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||