|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.starteam.events.WebCacheLabelEvent
public final class WebCacheLabelEvent
An event triggered whenever a WebCacheLabel is added, changed or deleted on the server.
WebCacheLabelListener,
View.WebCacheView.addLabelListener(com.starteam.events.WebCacheLabelListener),
Serialized Form| Method Summary | |
|---|---|
Label.WebCacheLabel |
getLabel()
Gets the WebCacheLabel that has been added, changed or deleted, in its new state. |
java.lang.String |
toString()
Gets a short description of this WebCacheLabelEvent. |
| 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 Label.WebCacheLabel getLabel()
Returns a WebCacheLabel object that is not a member of the View's WebCacheLabel collection (that is, it is not among the WebCacheLabel objects returned by View.getWebCacheLabels()). There may be a WebCacheLabel 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 WebCacheLabel objects in the View's WebCacheLabel collection, it must explicitly call View.refreshWebCacheLabels().
Label.WebCacheLabel,
View.WebCacheView.getLabels()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 | ||||||||