|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.starteam.events.WebCacheQueryEvent
public class WebCacheQueryEvent
An event triggered whenever a query is added, changed or deleted for a Type.
| 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 |
|---|
public Query.WebCacheQuery getQuery()
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.
Query.WebCacheQuery,
Type.WebCacheType.getQueries()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 | ||||||||