public interface WebCacheProjectListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
projectAdded(WebCacheProjectEvent e)
Invoked when a new WebCacheProject has been added to the server.
|
void |
projectChanged(WebCacheProjectEvent e)
Invoked when an existing WebCacheProject has been modified on the server.
|
void |
projectDeleted(WebCacheProjectEvent e)
Invoked when an existing WebCacheProject has been deleted on the server.
|
void projectAdded(WebCacheProjectEvent e)
e
- The corresponding WebCacheProject event.void projectChanged(WebCacheProjectEvent e)
e
- The corresponding WebCacheProject event.void projectDeleted(WebCacheProjectEvent e)
e
- The corresponding WebCacheProject event. In this case, the
WebCacheProject will have been marked deleted.Project.WebCacheProject.isDeleted()
StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.