|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.starteam.events.WebCacheGroupEvent
public final class WebCacheGroupEvent
An event triggered whenever a WebCacheGroup is added, changed or deleted on the server.
WebCacheGroupListener,
Server.WebCacheServer.addGroupListener(com.starteam.events.WebCacheGroupListener),
Serialized Form| Method Summary | |
|---|---|
Group.WebCacheGroup |
getGroup()
Gets the WebCacheGroup that has been added, changed or deleted, in its new state. |
java.lang.String |
toString()
Gets a short description of this WebCacheGroupEvent. |
| 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.WebCacheGroup getGroup()
Returns a WebCacheGroup object that is not a member of the Server's WebCacheGroup collection (that is, it is not among the WebCacheGroup objects returned by Server.getWebCacheGroups()). There may be a WebCacheGroup 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 WebCacheGroup objects in the Server's WebCacheGroup collection, it must explicitly call Server.refreshWebCacheGroups().
Group.WebCacheGroup,
Server.WebCacheServer.getGroups()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 | ||||||||