public interface WebCacheQueryListener
extends java.util.EventListener
Note that an application will not receive events for Queries that the logged-in user does not have permission to access.
WebCacheQueryEvent
Modifier and Type | Method and Description |
---|---|
void |
queryAdded(WebCacheQueryEvent e)
Invoked when a new Query has been added to the server.
|
void |
queryChanged(WebCacheQueryEvent e)
Invoked when an existing Query has been modified on the server.
|
void |
queryDeleted(WebCacheQueryEvent e)
Invoked when an existing Query has been deleted on the server.
|
void queryAdded(WebCacheQueryEvent e)
e
- The corresponding Query event.void queryChanged(WebCacheQueryEvent e)
e
- The corresponding Query event.void queryDeleted(WebCacheQueryEvent e)
e
- The corresponding Query event. In this case, the Query will
have been marked deleted.Query.isDeleted()
StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.