com.hp.ucmdb.api.topology.notification
Interface QueryResultListener

All Known Subinterfaces:
LiveQueryResultListener

public interface QueryResultListener

Implemented by a client to receive notifications of query result changes.

Since:
8.0

Method Summary
 void onChange(QueryResultChange queryResultChange)
          Notifies the client of changes to the result of the query.
 

Method Detail

onChange

void onChange(QueryResultChange queryResultChange)
Notifies the client of changes to the result of the query. If several elements in the same topology are changed, a single onChange invocation may report the combined results of the changes. The order of changes is always preserved: Results are never combined such that a later invocation of onChange reports changes that occurred before an earlier invocation.



Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.