com.starteam.events
Class WebCacheQueryEvent

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

public class WebCacheQueryEvent
extends java.util.EventObject

An event triggered whenever a query is added, changed or deleted for a Type.

See Also:
Serialized Form

Method Summary
 Query.WebCacheQuery getQuery()
          Gets the WebCacheQuery that has been added, changed or deleted, in its new state.
 java.lang.String toString()
          Gets a short description of this FilterEvent.
 
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

getQuery

public Query.WebCacheQuery getQuery()
Gets the WebCacheQuery that has been added, changed or deleted, in its new state.

Query.getType() will return a Type whose properties are up-to-date as of the time the event was triggered. This Type object is a physically different object from the Type object used to register the event handler.

Furthermore, the Type's Query collection is also up-to-date as of the time the event was triggered.

Returns:
The Query that has been added, changed or deleted, in its new state.
See Also:
Query.WebCacheQuery, Type.WebCacheType.getQueries()

toString

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

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


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