com.starteam.events
Class WebCacheGroupEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.starteam.events.WebCacheGroupEvent
All Implemented Interfaces:
java.io.Serializable

public final class WebCacheGroupEvent
extends java.util.EventObject

An event triggered whenever a WebCacheGroup is added, changed or deleted on the server.

See Also:
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

getGroup

public Group.WebCacheGroup getGroup()
Gets the WebCacheGroup that has been added, changed or deleted, in its new state.

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().

Returns:
The WebCacheGroup that has been added, changed or deleted, in its new state.
See Also:
Group.WebCacheGroup, Server.WebCacheServer.getGroups()

toString

public java.lang.String toString()
Gets a short description of this WebCacheGroupEvent.

Overrides:
toString in class java.util.EventObject
Returns:
A short description of this WebCacheGroupEvent.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.